summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-vulnkey.1')
-rw-r--r--ssh-vulnkey.16
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh-vulnkey.1 b/ssh-vulnkey.1
index 73570fcad..c0a7592f8 100644
--- a/ssh-vulnkey.1
+++ b/ssh-vulnkey.1
@@ -163,7 +163,7 @@ If present, contains the protocol version 2 RSA identity of the system.
163If present, contains the protocol version 2 DSA identity of the system. 163If present, contains the protocol version 2 DSA identity of the system.
164.It Pa /etc/ssh/ssh_host_key 164.It Pa /etc/ssh/ssh_host_key
165If present, contains the protocol version 1 RSA identity of the system. 165If 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 /usr/share/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 RSA 169.Pf ( Dq RSA
@@ -175,6 +175,10 @@ The format of this file is described above.
175RSA1 keys are converted to RSA before being checked in the blacklist. 175RSA1 keys are converted to RSA before being checked in the blacklist.
176Note that the fingerprints of RSA1 keys are computed differently, so you 176Note that the fingerprints of RSA1 keys are computed differently, so you
177will not be able to find them in the blacklist by hand. 177will not be able to find them in the blacklist by hand.
178.It Pa /etc/ssh/blacklist. Ns Ar TYPE Ns Pa - Ns Ar LENGTH
179Same as
180.Pa /usr/share/ssh/blacklist. Ns Ar TYPE Ns Pa - Ns Ar LENGTH ,
181but may be edited by the system administrator to add new blacklist entries.
178.El 182.El
179.Sh SEE ALSO 183.Sh SEE ALSO
180.Xr ssh-keygen 1 , 184.Xr ssh-keygen 1 ,