diff options
author | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
commit | c6a2c0334e45419875687d250aed9bea78480f2e (patch) | |
tree | d8f01bef9f3921fa1ca7592a19474be9c8349f76 /ssh-keyscan.0 | |
parent | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff) | |
parent | 8b13b5bdc4f19bd52ee673104d66b71c21153b96 (diff) |
merge 6.1p1
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 |