diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,7 @@ | |||
39 | */ | 39 | */ |
40 | 40 | ||
41 | #include "includes.h" | 41 | #include "includes.h" |
42 | RCSID("$OpenBSD: ssh.c,v 1.101 2001/03/03 23:59:34 markus Exp $"); | 42 | RCSID("$OpenBSD: ssh.c,v 1.102 2001/03/04 10:57:53 stevesk Exp $"); |
43 | 43 | ||
44 | #include <openssl/evp.h> | 44 | #include <openssl/evp.h> |
45 | #include <openssl/err.h> | 45 | #include <openssl/err.h> |
@@ -175,6 +175,7 @@ usage(void) | |||
175 | 175 | ||
176 | fprintf(stderr, " -c cipher Select encryption algorithm: " | 176 | fprintf(stderr, " -c cipher Select encryption algorithm: " |
177 | "``3des'', ``blowfish''\n"); | 177 | "``3des'', ``blowfish''\n"); |
178 | fprintf(stderr, " -m macs Specify MAC algorithms for protocol version 2.\n"); | ||
178 | fprintf(stderr, " -p port Connect to this port. Server must be on the same port.\n"); | 179 | fprintf(stderr, " -p port Connect to this port. Server must be on the same port.\n"); |
179 | fprintf(stderr, " -L listen-port:host:port Forward local port to remote address\n"); | 180 | fprintf(stderr, " -L listen-port:host:port Forward local port to remote address\n"); |
180 | fprintf(stderr, " -R listen-port:host:port Forward remote port to local address\n"); | 181 | fprintf(stderr, " -R listen-port:host:port Forward remote port to local address\n"); |