- stevesk@cvs.openbsd.org 2001/03/04 10:57:53
[ssh.c] add -m to usage; ok markus@
This commit is contained in:
parent
9c5324422e
commit
3d73a34931
|
@ -147,6 +147,9 @@
|
|||
- markus@cvs.openbsd.org 2001/03/04 00:03:59
|
||||
[channels.c]
|
||||
debug1->2
|
||||
- stevesk@cvs.openbsd.org 2001/03/04 10:57:53
|
||||
[ssh.c]
|
||||
add -m to usage; ok markus@
|
||||
|
||||
20010304
|
||||
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
||||
|
@ -4339,4 +4342,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.897 2001/03/05 07:33:14 mouring Exp $
|
||||
$Id: ChangeLog,v 1.898 2001/03/05 07:39:01 mouring Exp $
|
||||
|
|
3
ssh.c
3
ssh.c
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: ssh.c,v 1.101 2001/03/03 23:59:34 markus Exp $");
|
||||
RCSID("$OpenBSD: ssh.c,v 1.102 2001/03/04 10:57:53 stevesk Exp $");
|
||||
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/err.h>
|
||||
|
@ -175,6 +175,7 @@ usage(void)
|
|||
|
||||
fprintf(stderr, " -c cipher Select encryption algorithm: "
|
||||
"``3des'', ``blowfish''\n");
|
||||
fprintf(stderr, " -m macs Specify MAC algorithms for protocol version 2.\n");
|
||||
fprintf(stderr, " -p port Connect to this port. Server must be on the same port.\n");
|
||||
fprintf(stderr, " -L listen-port:host:port Forward local port to remote address\n");
|
||||
fprintf(stderr, " -R listen-port:host:port Forward remote port to local address\n");
|
||||
|
|
Loading…
Reference in New Issue