diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-10-17 16:58:40 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-10-17 16:58:40 +0000 |
commit | 183ae83ba87e9b1a77faec105df63e7b8cfef001 (patch) | |
tree | 5702e8f5b305df877e81d7b39560f37e97fa7687 /usr.bin/ssh/ssh.1 | |
parent | d0d2c1b1e03e2ad06952bdb1fd6eeedc187edb09 (diff) |
mention that verbose mode can be used s/key authentication
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index dea36891861..14b28d4604e 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.21 1999/10/17 00:31:06 deraadt Exp $ +.\" $Id: ssh.1,v 1.22 1999/10/17 16:58:39 provos Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -365,6 +365,9 @@ Verbose mode. Causes .Nm to print debugging messages about its progress. This is helpful in debugging connection, authentication, and configuration problems. +The verbose mode is also used to display +.Xr skey 1 +challenges, if the user entered "s/key" as password. .It Fl x Disables X11 forwarding. This can also be specified on a per-host basis in a configuration file. |