summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ssh.c b/ssh.c
index bd0d5ba9d..a1bc39949 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.115 2001/04/14 16:33:20 stevesk Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.116 2001/04/17 12:55:04 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -182,10 +182,6 @@ usage(void)
182 fprintf(stderr, " -R listen-port:host:port Forward remote port to local address\n"); 182 fprintf(stderr, " -R listen-port:host:port Forward remote port to local address\n");
183 fprintf(stderr, " These cause %s to listen for connections on a port, and\n", __progname); 183 fprintf(stderr, " These cause %s to listen for connections on a port, and\n", __progname);
184 fprintf(stderr, " forward them to the other side by connecting to host:port.\n"); 184 fprintf(stderr, " forward them to the other side by connecting to host:port.\n");
185 fprintf(stderr, " -D port Dynamically forward local port to multiple remote addresses.\n");
186 fprintf(stderr, " Allows %s to act as an application-layer proxy.\n",
187 __progname);
188 fprintf(stderr, " Protocols supported: SOCKS4, SOCKS5, HTTPS\n");
189 fprintf(stderr, " -C Enable compression.\n"); 185 fprintf(stderr, " -C Enable compression.\n");
190 fprintf(stderr, " -N Do not execute a shell or command.\n"); 186 fprintf(stderr, " -N Do not execute a shell or command.\n");
191 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");