diff options
author | Colin Watson <cjwatson@debian.org> | 2008-05-26 09:56:28 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-05-26 09:56:28 +0000 |
commit | 1b41182f81ae0806d6c0231f2013c5720109629e (patch) | |
tree | 44cac5153dfd4e25e766f3a15d3f9450537283ec /ssh-vulnkey.1 | |
parent | ddd262c193070c5e81be94457eeb025330d8315b (diff) |
Reword "Unknown (no blacklist information)" to "Unknown (blacklist
file not installed)".
Diffstat (limited to 'ssh-vulnkey.1')
-rw-r--r-- | ssh-vulnkey.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-vulnkey.1 b/ssh-vulnkey.1 index f8a575fe2..bcb9d31c6 100644 --- a/ssh-vulnkey.1 +++ b/ssh-vulnkey.1 | |||
@@ -94,7 +94,7 @@ looks like this: | |||
94 | .Bd -literal -offset indent | 94 | .Bd -literal -offset indent |
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 | 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: DSA 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): RSA 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 (blacklist file not installed): 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 |
100 | Each line is of the following format (any lines beginning with | 100 | Each line is of the following format (any lines beginning with |
@@ -120,7 +120,7 @@ may be used safely. | |||
120 | (Note that DSA keys used with the broken version of OpenSSL distributed | 120 | (Note that DSA keys used with the broken version of OpenSSL distributed |
121 | by Debian may be compromised in the event that anyone captured a network | 121 | by Debian may be compromised in the event that anyone captured a network |
122 | trace, even if they were generated with a secure version of OpenSSL.) | 122 | trace, even if they were generated with a secure version of OpenSSL.) |
123 | .It Unknown (no blacklist file) | 123 | .It Unknown (blacklist file not installed) |
124 | No blacklist file exists for this key type and size. | 124 | No blacklist file exists for this key type and size. |
125 | You should find a suitable published blacklist and install it before | 125 | You should find a suitable published blacklist and install it before |
126 | deciding whether this key is safe to use. | 126 | deciding whether this key is safe to use. |