summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-14 08:50:19 +0000
committerColin Watson <cjwatson@debian.org>2008-05-14 08:50:19 +0000
commite023a74a89953966481802f61d7da3827e7cc024 (patch)
tree2b80b7f53f0ecf0966ebab6455ab3ce04c859c45 /ssh-vulnkey.1
parent39e3fa162dba778ccfab88516ad986b905bebf4d (diff)
Add a FILES section to ssh-vulnkey(1) (thanks, Hugh Daniel).
Diffstat (limited to 'ssh-vulnkey.1')
-rw-r--r--ssh-vulnkey.136
1 files changed, 36 insertions, 0 deletions
diff --git a/ssh-vulnkey.1 b/ssh-vulnkey.1
index 9286e73c0..41de104de 100644
--- a/ssh-vulnkey.1
+++ b/ssh-vulnkey.1
@@ -138,6 +138,42 @@ The key fingerprint may be generated using
138.Pp 138.Pp
139This strict format is necessary to allow the blacklist file to be checked 139This strict format is necessary to allow the blacklist file to be checked
140quickly, using a binary-search algorithm. 140quickly, using a binary-search algorithm.
141.Sh FILES
142.Bl -tag -width Ds
143.It Pa ~/.ssh/id_rsa
144If present, contains the protocol version 2 RSA authentication identity of
145the user.
146.It Pa ~/.ssh/id_dsa
147If present, contains the protocol version 2 DSA authentication identity of
148the user.
149.It Pa ~/.ssh/identity
150If present, contains the protocol version 1 RSA authentication identity of
151the user.
152.It Pa ~/.ssh/authorized_keys
153If present, lists the public keys (RSA/DSA) that can be used for logging in
154as this user.
155.It Pa ~/.ssh/authorized_keys2
156Obsolete name for
157.Pa ~/.ssh/authorized_keys .
158This file may still be present on some old systems, but should not be
159created if it is missing.
160.It Pa /etc/ssh/ssh_host_rsa_key
161If present, contains the protocol version 2 RSA identity of the system.
162.It Pa /etc/ssh/ssh_host_dsa_key
163If present, contains the protocol version 2 DSA identity of the system.
164.It Pa /etc/ssh/ssh_host_key
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
167If present, lists the blacklisted keys of type
168.Ar TYPE
169.Pf ( Dq RSA1 ,
170.Dq RSA ,
171or
172.Dq DSA )
173and bit length
174.Ar LENGTH .
175The format of this file is described above.
176.El
141.Sh SEE ALSO 177.Sh SEE ALSO
142.Xr ssh-keygen 1 , 178.Xr ssh-keygen 1 ,
143.Xr sshd 8 179.Xr sshd 8