summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-17 18:14:34 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-17 18:14:34 +0000
commit2b261b9035031f5319c4694a0f2c9a5deeb9d906 (patch)
tree10f9d557b23a481caa856eb3861348f63846f379 /ssh.c
parent982dbbcfda7ab9e56c4caccfba6f8920529421b7 (diff)
- markus@cvs.openbsd.org 2001/04/17 12:55:04
[channels.c ssh.c] undo socks5 and https support since they are not really used and only bloat ssh. remove -D from usage(), since '-D' is experimental.
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");