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.1 | |
parent | db2122d97eb1ecdd8d99b7bf79b0dd2b5addfd92 (diff) | |
parent | 801a62eedaaf47b20dbf4b426dc3e084bf0c8d49 (diff) |
New upstream release (7.6p1)
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r-- | ssh-keyscan.1 | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1 index d29d9d906..aa4a2ae83 100644 --- a/ssh-keyscan.1 +++ b/ssh-keyscan.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keyscan.1,v 1.38 2015/11/08 23:24:03 jmc Exp $ | 1 | .\" $OpenBSD: ssh-keyscan.1,v 1.40 2017/05/02 17:04:09 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. | 3 | .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. |
4 | .\" | 4 | .\" |
@@ -6,7 +6,7 @@ | |||
6 | .\" permitted provided that due credit is given to the author and the | 6 | .\" permitted provided that due credit is given to the author and the |
7 | .\" OpenBSD project by leaving this copyright notice intact. | 7 | .\" OpenBSD project by leaving this copyright notice intact. |
8 | .\" | 8 | .\" |
9 | .Dd $Mdocdate: November 8 2015 $ | 9 | .Dd $Mdocdate: May 2 2017 $ |
10 | .Dt SSH-KEYSCAN 1 | 10 | .Dt SSH-KEYSCAN 1 |
11 | .Os | 11 | .Os |
12 | .Sh NAME | 12 | .Sh NAME |
@@ -90,14 +90,11 @@ Default is 5 seconds. | |||
90 | .It Fl t Ar type | 90 | .It Fl t Ar type |
91 | Specifies the type of the key to fetch from the scanned hosts. | 91 | Specifies the type of the key to fetch from the scanned hosts. |
92 | The possible values are | 92 | The possible values are |
93 | .Dq rsa1 | ||
94 | for protocol version 1 and | ||
95 | .Dq dsa , | 93 | .Dq dsa , |
96 | .Dq ecdsa , | 94 | .Dq ecdsa , |
97 | .Dq ed25519 , | 95 | .Dq ed25519 , |
98 | or | 96 | or |
99 | .Dq rsa | 97 | .Dq rsa . |
100 | for protocol version 2. | ||
101 | Multiple values may be specified by separating them with commas. | 98 | Multiple values may be specified by separating them with commas. |
102 | The default is to fetch | 99 | The default is to fetch |
103 | .Dq rsa , | 100 | .Dq rsa , |
@@ -127,11 +124,6 @@ Input format: | |||
127 | 1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4 | 124 | 1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4 |
128 | .Ed | 125 | .Ed |
129 | .Pp | 126 | .Pp |
130 | Output format for RSA1 keys: | ||
131 | .Bd -literal | ||
132 | host-or-namelist bits exponent modulus | ||
133 | .Ed | ||
134 | .Pp | ||
135 | Output format for RSA, DSA, ECDSA, and Ed25519 keys: | 127 | Output format for RSA, DSA, ECDSA, and Ed25519 keys: |
136 | .Bd -literal | 128 | .Bd -literal |
137 | host-or-namelist keytype base64-encoded-key | 129 | host-or-namelist keytype base64-encoded-key |