summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:39:01 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:39:01 +0000
commit3d73a349313161770a5a37f02d6a8edff40c597a (patch)
treeedebb7897fca1ce6729915ba1a996d6322e42cdc /ssh.c
parent9c5324422eb0184d04a9a5bbcaf7a28169ad4f7c (diff)
- stevesk@cvs.openbsd.org 2001/03/04 10:57:53
[ssh.c] add -m to usage; ok markus@
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index a08ddf397..c22002bd4 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.101 2001/03/03 23:59:34 markus Exp $"); 42RCSID("$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");