diff options
Diffstat (limited to 'ssh-keyscan.0')
-rw-r--r-- | ssh-keyscan.0 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh-keyscan.0 b/ssh-keyscan.0 index 500c1dd30..5578cc504 100644 --- a/ssh-keyscan.0 +++ b/ssh-keyscan.0 | |||
@@ -4,7 +4,7 @@ NAME | |||
4 | ssh-keyscan M-bM-^@M-^S gather ssh public keys | 4 | ssh-keyscan M-bM-^@M-^S gather ssh public keys |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh-keyscan [-46Hv] [-f file] [-p port] [-T timeout] [-t type] | 7 | ssh-keyscan [-46cHv] [-f file] [-p port] [-T timeout] [-t type] |
8 | [host | addrlist namelist] ... | 8 | [host | addrlist namelist] ... |
9 | 9 | ||
10 | DESCRIPTION | 10 | DESCRIPTION |
@@ -26,6 +26,8 @@ DESCRIPTION | |||
26 | 26 | ||
27 | -6 Forces ssh-keyscan to use IPv6 addresses only. | 27 | -6 Forces ssh-keyscan to use IPv6 addresses only. |
28 | 28 | ||
29 | -c Request certificates from target hosts instead of plain keys. | ||
30 | |||
29 | -f file | 31 | -f file |
30 | Read hosts or M-bM-^@M-^\addrlist namelistM-bM-^@M-^] pairs from file, one per line. | 32 | Read hosts or M-bM-^@M-^\addrlist namelistM-bM-^@M-^] pairs from file, one per line. |
31 | If - is supplied instead of a filename, ssh-keyscan will read | 33 | If - is supplied instead of a filename, ssh-keyscan will read |
@@ -106,4 +108,4 @@ BUGS | |||
106 | This is because it opens a connection to the ssh port, reads the public | 108 | 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. | 109 | key, and drops the connection as soon as it gets the key. |
108 | 110 | ||
109 | OpenBSD 5.8 August 30, 2014 OpenBSD 5.8 | 111 | OpenBSD 5.9 November 8, 2015 OpenBSD 5.9 |