summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
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 2dfc2b02f..bf4f8b1c6 100644
--- a/ssh.c
+++ b/ssh.c
@@ -11,7 +11,7 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$Id: ssh.c,v 1.30 2000/05/09 01:03:02 damien Exp $"); 14RCSID("$Id: ssh.c,v 1.31 2000/05/17 12:34:24 damien Exp $");
15 15
16#include <openssl/evp.h> 16#include <openssl/evp.h>
17#include <openssl/dsa.h> 17#include <openssl/dsa.h>
@@ -120,6 +120,7 @@ usage()
120#ifdef AFS 120#ifdef AFS
121 fprintf(stderr, " -k Disable Kerberos ticket and AFS token forwarding.\n"); 121 fprintf(stderr, " -k Disable Kerberos ticket and AFS token forwarding.\n");
122#endif /* AFS */ 122#endif /* AFS */
123 fprintf(stderr, " -X Enable X11 connection forwarding.\n");
123 fprintf(stderr, " -x Disable X11 connection forwarding.\n"); 124 fprintf(stderr, " -x Disable X11 connection forwarding.\n");
124 fprintf(stderr, " -i file Identity for RSA authentication (default: ~/.ssh/identity).\n"); 125 fprintf(stderr, " -i file Identity for RSA authentication (default: ~/.ssh/identity).\n");
125 fprintf(stderr, " -t Tty; allocate a tty even if command is given.\n"); 126 fprintf(stderr, " -t Tty; allocate a tty even if command is given.\n");