diff options
author | Colin Watson <cjwatson@debian.org> | 2017-10-04 11:23:58 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-05 23:58:12 +0100 |
commit | 0556ea972b15607b7e13ff31bc05840881c91dd3 (patch) | |
tree | d6b8d48062d0278b5ae0eeff42d0e9afa9f26860 /ssh-keyscan.0 | |
parent | db2122d97eb1ecdd8d99b7bf79b0dd2b5addfd92 (diff) | |
parent | 801a62eedaaf47b20dbf4b426dc3e084bf0c8d49 (diff) |
New upstream release (7.6p1)
Diffstat (limited to 'ssh-keyscan.0')
-rw-r--r-- | ssh-keyscan.0 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/ssh-keyscan.0 b/ssh-keyscan.0 index e9d9f0d8b..1a9751ef1 100644 --- a/ssh-keyscan.0 +++ b/ssh-keyscan.0 | |||
@@ -49,10 +49,9 @@ DESCRIPTION | |||
49 | 49 | ||
50 | -t type | 50 | -t type |
51 | Specifies the type of the key to fetch from the scanned hosts. | 51 | Specifies the type of the key to fetch from the scanned hosts. |
52 | The possible values are M-bM-^@M-^\rsa1M-bM-^@M-^] for protocol version 1 and M-bM-^@M-^\dsaM-bM-^@M-^], | 52 | The possible values are M-bM-^@M-^\dsaM-bM-^@M-^], M-bM-^@M-^\ecdsaM-bM-^@M-^], M-bM-^@M-^\ed25519M-bM-^@M-^], or M-bM-^@M-^\rsaM-bM-^@M-^]. |
53 | M-bM-^@M-^\ecdsaM-bM-^@M-^], M-bM-^@M-^\ed25519M-bM-^@M-^], or M-bM-^@M-^\rsaM-bM-^@M-^] for protocol version 2. Multiple | 53 | Multiple values may be specified by separating them with commas. |
54 | values may be specified by separating them with commas. The | 54 | The default is to fetch M-bM-^@M-^\rsaM-bM-^@M-^], M-bM-^@M-^\ecdsaM-bM-^@M-^], and M-bM-^@M-^\ed25519M-bM-^@M-^] keys. |
55 | default is to fetch M-bM-^@M-^\rsaM-bM-^@M-^], M-bM-^@M-^\ecdsaM-bM-^@M-^], and M-bM-^@M-^\ed25519M-bM-^@M-^] keys. | ||
56 | 55 | ||
57 | -v Verbose mode. Causes ssh-keyscan to print debugging messages | 56 | -v Verbose mode. Causes ssh-keyscan to print debugging messages |
58 | about its progress. | 57 | about its progress. |
@@ -70,10 +69,6 @@ FILES | |||
70 | 69 | ||
71 | 1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4 | 70 | 1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4 |
72 | 71 | ||
73 | Output format for RSA1 keys: | ||
74 | |||
75 | host-or-namelist bits exponent modulus | ||
76 | |||
77 | Output format for RSA, DSA, ECDSA, and Ed25519 keys: | 72 | Output format for RSA, DSA, ECDSA, and Ed25519 keys: |
78 | 73 | ||
79 | host-or-namelist keytype base64-encoded-key | 74 | host-or-namelist keytype base64-encoded-key |
@@ -108,4 +103,4 @@ BUGS | |||
108 | This is because it opens a connection to the ssh port, reads the public | 103 | This is because it opens a connection to the ssh port, reads the public |
109 | key, and drops the connection as soon as it gets the key. | 104 | key, and drops the connection as soon as it gets the key. |
110 | 105 | ||
111 | OpenBSD 6.0 November 8, 2015 OpenBSD 6.0 | 106 | OpenBSD 6.2 May 2, 2017 OpenBSD 6.2 |