summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-keyscan.0
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssh-keyscan.0')
-rw-r--r--crypto/openssh/ssh-keyscan.013
1 files changed, 7 insertions, 6 deletions
diff --git a/crypto/openssh/ssh-keyscan.0 b/crypto/openssh/ssh-keyscan.0
index 638c19b..853bd51 100644
--- a/crypto/openssh/ssh-keyscan.0
+++ b/crypto/openssh/ssh-keyscan.0
@@ -1,4 +1,4 @@
-SSH-KEYSCAN(1) OpenBSD Reference Manual SSH-KEYSCAN(1)
+SSH-KEYSCAN(1) General Commands Manual SSH-KEYSCAN(1)
NAME
ssh-keyscan - gather ssh public keys
@@ -51,7 +51,8 @@ DESCRIPTION
The possible values are ``rsa1'' for protocol version 1 and
``dsa'', ``ecdsa'', ``ed25519'', or ``rsa'' for protocol version
2. Multiple values may be specified by separating them with
- commas. The default is to fetch ``rsa'' and ``ecdsa'' keys.
+ commas. The default is to fetch ``rsa'', ``ecdsa'', and
+ ``ed25519'' keys.
-v Verbose mode. Causes ssh-keyscan to print debugging messages
about its progress.
@@ -69,11 +70,11 @@ FILES
1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4
- Output format for rsa1 keys:
+ Output format for RSA1 keys:
host-or-namelist bits exponent modulus
- Output format for rsa, dsa and ecdsa keys:
+ Output format for RSA, DSA, ECDSA, and ED25519 keys:
host-or-namelist keytype base64-encoded-key
@@ -90,7 +91,7 @@ EXAMPLES
Find all hosts from the file ssh_hosts which have new or different keys
from those in the sorted file ssh_known_hosts:
- $ ssh-keyscan -t rsa,dsa,ecdsa -f ssh_hosts | \
+ $ ssh-keyscan -t rsa,dsa,ecdsa,ed25519 -f ssh_hosts | \
sort -u - ssh_known_hosts | diff ssh_known_hosts -
SEE ALSO
@@ -107,4 +108,4 @@ BUGS
This is because it opens a connection to the ssh port, reads the public
key, and drops the connection as soon as it gets the key.
-OpenBSD 5.5 January 28, 2014 OpenBSD 5.5
+OpenBSD 5.6 March 12, 2014 OpenBSD 5.6
OpenPOWER on IntegriCloud