diff options
Diffstat (limited to 'ssh-keyscan.0')
-rw-r--r-- | ssh-keyscan.0 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh-keyscan.0 b/ssh-keyscan.0 index 09cfa0afa..638c19b48 100644 --- a/ssh-keyscan.0 +++ b/ssh-keyscan.0 | |||
@@ -27,9 +27,10 @@ DESCRIPTION | |||
27 | -6 Forces ssh-keyscan to use IPv6 addresses only. | 27 | -6 Forces ssh-keyscan to use IPv6 addresses only. |
28 | 28 | ||
29 | -f file | 29 | -f file |
30 | Read hosts or addrlist namelist pairs from this file, one per | 30 | Read hosts or ``addrlist namelist'' pairs from file, one per |
31 | line. If - is supplied instead of a filename, ssh-keyscan will | 31 | line. If - is supplied instead of a filename, ssh-keyscan will |
32 | read hosts or addrlist namelist pairs from the standard input. | 32 | read hosts or ``addrlist namelist'' pairs from the standard |
33 | input. | ||
33 | 34 | ||
34 | -H Hash all hostnames and addresses in the output. Hashed names may | 35 | -H Hash all hostnames and addresses in the output. Hashed names may |
35 | be used normally by ssh and sshd, but they do not reveal | 36 | be used normally by ssh and sshd, but they do not reveal |
@@ -106,4 +107,4 @@ BUGS | |||
106 | This is because it opens a connection to the ssh port, reads the public | 107 | 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. | 108 | key, and drops the connection as soon as it gets the key. |
108 | 109 | ||
109 | OpenBSD 5.4 December 7, 2013 OpenBSD 5.4 | 110 | OpenBSD 5.5 January 28, 2014 OpenBSD 5.5 |