diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -39,7 +39,7 @@ | |||
39 | */ | 39 | */ |
40 | 40 | ||
41 | #include "includes.h" | 41 | #include "includes.h" |
42 | RCSID("$OpenBSD: ssh.c,v 1.109 2001/04/11 10:59:01 markus Exp $"); | 42 | RCSID("$OpenBSD: ssh.c,v 1.110 2001/04/11 13:56:13 markus Exp $"); |
43 | 43 | ||
44 | #include <openssl/evp.h> | 44 | #include <openssl/evp.h> |
45 | #include <openssl/err.h> | 45 | #include <openssl/err.h> |
@@ -179,8 +179,9 @@ usage(void) | |||
179 | fprintf(stderr, " These cause %s to listen for connections on a port, and\n", __progname); | 179 | fprintf(stderr, " These cause %s to listen for connections on a port, and\n", __progname); |
180 | fprintf(stderr, " forward them to the other side by connecting to host:port.\n"); | 180 | fprintf(stderr, " forward them to the other side by connecting to host:port.\n"); |
181 | fprintf(stderr, " -D port Dynamically forward local port to multiple remote addresses.\n"); | 181 | fprintf(stderr, " -D port Dynamically forward local port to multiple remote addresses.\n"); |
182 | fprintf(stderr, " Allows SSH to act as an application-layer proxy.\n"); | 182 | fprintf(stderr, " Allows %s to act as an application-layer proxy.\n", |
183 | fprintf(stderr, " Protocols Supported: SOCKS4\n"); | 183 | __progname); |
184 | fprintf(stderr, " Protocols supported: SOCKS4, SOCKS5, HTTPS\n"); | ||
184 | fprintf(stderr, " -C Enable compression.\n"); | 185 | fprintf(stderr, " -C Enable compression.\n"); |
185 | fprintf(stderr, " -N Do not execute a shell or command.\n"); | 186 | fprintf(stderr, " -N Do not execute a shell or command.\n"); |
186 | fprintf(stderr, " -g Allow remote hosts to connect to forwarded ports.\n"); | 187 | fprintf(stderr, " -g Allow remote hosts to connect to forwarded ports.\n"); |