diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-22 20:02:46 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-22 20:02:46 +0000 |
commit | 2632baae61bff755f455a90159bc81cffae148f0 (patch) | |
tree | 8dd3c9f97a62abaa3389089bdcecdf819c9675af /usr.bin/ssh/sshd.8 | |
parent | 9a3de6b003f521708e2eda5536b2d3f4193a277f (diff) |
-V, for fallback to openssh in SSH2 compatibility mode
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 309c50c7eda..c2162c0581c 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.25 1999/11/19 09:46:49 markus Exp $ +.\" $Id: sshd.8,v 1.26 1999/11/22 20:02:45 markus Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -26,6 +26,7 @@ .Op Fl h Ar host_key_file .Op Fl k Ar key_gen_time .Op Fl p Ar port +.Op Fl V Ar client_protocol_id .Sh DESCRIPTION .Nm (Secure Shell Daemon) is the daemon program for @@ -165,6 +166,13 @@ Quiet mode. Nothing is sent to the system log. Normally the beginning, authentication, and termination of each connection is logged. .It Fl Q Do not print an error message if RSA support is missing. +.It Fl V Ar client_protocol_id +SSH2 compatibility mode. +When this options is specified +.Nm +assumes the client has sent the given version string +and skips the +Protocol Version Identification Exchange. .El .Sh CONFIGURATION FILE .Nm |