summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-17 07:48:57 +0000
committerColin Watson <cjwatson@debian.org>2008-05-17 07:48:57 +0000
commit1f920ffc4c4f933e3c4e8c474460385fea131266 (patch)
tree7c23ed1becb8b315640229ad8eb18405b532151a /ssh-vulnkey.1
parent7eb2c79966e70e03a1ecbdf9077d64299241bd3a (diff)
Check RSA1 keys without the need for a separate blacklist. Thanks to
Simon Tatham for the idea.
Diffstat (limited to 'ssh-vulnkey.1')
-rw-r--r--ssh-vulnkey.16
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh-vulnkey.1 b/ssh-vulnkey.1
index 41de104de..73570fcad 100644
--- a/ssh-vulnkey.1
+++ b/ssh-vulnkey.1
@@ -166,13 +166,15 @@ If present, contains the protocol version 1 RSA identity of the system.
166.It Pa /etc/ssh/blacklist. Ns Ar TYPE Ns Pa - Ns Ar LENGTH 166.It Pa /etc/ssh/blacklist. Ns Ar TYPE Ns Pa - Ns Ar LENGTH
167If present, lists the blacklisted keys of type 167If present, lists the blacklisted keys of type
168.Ar TYPE 168.Ar TYPE
169.Pf ( Dq RSA1 , 169.Pf ( Dq RSA
170.Dq RSA ,
171or 170or
172.Dq DSA ) 171.Dq DSA )
173and bit length 172and bit length
174.Ar LENGTH . 173.Ar LENGTH .
175The format of this file is described above. 174The format of this file is described above.
175RSA1 keys are converted to RSA before being checked in the blacklist.
176Note that the fingerprints of RSA1 keys are computed differently, so you
177will not be able to find them in the blacklist by hand.
176.El 178.El
177.Sh SEE ALSO 179.Sh SEE ALSO
178.Xr ssh-keygen 1 , 180.Xr ssh-keygen 1 ,