diff options
Diffstat (limited to 'ssh-keyscan.0')
-rw-r--r-- | ssh-keyscan.0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keyscan.0 b/ssh-keyscan.0 index d9db0d4c9..0d8cf3cf4 100644 --- a/ssh-keyscan.0 +++ b/ssh-keyscan.0 | |||
@@ -50,7 +50,7 @@ DESCRIPTION | |||
50 | The possible values are ``rsa1'' for protocol version 1 and | 50 | The possible values are ``rsa1'' for protocol version 1 and |
51 | ``dsa'', ``ecdsa'' or ``rsa'' for protocol version 2. Multiple | 51 | ``dsa'', ``ecdsa'' or ``rsa'' for protocol version 2. Multiple |
52 | values may be specified by separating them with commas. The | 52 | values may be specified by separating them with commas. The |
53 | default is ``rsa''. | 53 | default is to fetch ``rsa'' and ``ecdsa'' keys. |
54 | 54 | ||
55 | -v Verbose mode. Causes ssh-keyscan to print debugging messages | 55 | -v Verbose mode. Causes ssh-keyscan to print debugging messages |
56 | about its progress. | 56 | about its progress. |
@@ -106,4 +106,4 @@ BUGS | |||
106 | This is because it opens a connection to the ssh port, reads the public | 106 | This is because it opens a connection to the ssh port, reads the public |
107 | key, and drops the connection as soon as it gets the key. | 107 | key, and drops the connection as soon as it gets the key. |
108 | 108 | ||
109 | OpenBSD 5.0 August 31, 2010 OpenBSD 5.0 | 109 | OpenBSD 5.2 April 11, 2012 OpenBSD 5.2 |