summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-26 00:19:27 +0000
committerColin Watson <cjwatson@debian.org>2008-05-26 00:19:27 +0000
commitc2eacc6a28c19be1b3402d9cda574ac195a21698 (patch)
tree8bb6bc25bae944e87e1f9361556b5f107e6ca7bc /ssh-vulnkey.1
parent89b922856645b056cd9875e54d579097f26459a2 (diff)
Add key type to ssh-vulnkey output.
Diffstat (limited to 'ssh-vulnkey.1')
-rw-r--r--ssh-vulnkey.18
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-vulnkey.1 b/ssh-vulnkey.1
index ffbe3b085..0b999bdc8 100644
--- a/ssh-vulnkey.1
+++ b/ssh-vulnkey.1
@@ -92,14 +92,14 @@ The output from
92looks like this: 92looks like this:
93.Pp 93.Pp
94.Bd -literal -offset indent 94.Bd -literal -offset indent
95/etc/ssh/ssh_host_key:1: COMPROMISED: 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx root@host 95/etc/ssh/ssh_host_key:1: COMPROMISED: RSA1 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx root@host
96/home/user/.ssh/id_dsa:1: Not blacklisted: 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx /home/user/.ssh/id_dsa.pub 96/home/user/.ssh/id_dsa:1: Not blacklisted: DSA 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx /home/user/.ssh/id_dsa.pub
97/home/user/.ssh/authorized_keys:3: Unknown (no blacklist information): 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx user@host 97/home/user/.ssh/authorized_keys:3: Unknown (no blacklist information): RSA 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx user@host
98.Ed 98.Ed
99.Pp 99.Pp
100Each line is of the following format: 100Each line is of the following format:
101.Pp 101.Pp
102.Dl Ar filename : Ns Ar line : Ar status : Ar length Ar fingerprint Ar comment 102.Dl Ar filename : Ns Ar line : Ar status : Ar type Ar size Ar fingerprint Ar comment
103.Pp 103.Pp
104It is important to distinguish between the possible values of 104It is important to distinguish between the possible values of
105.Ar status : 105.Ar status :