summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-01-16 13:53:04 +0000
committerColin Watson <cjwatson@debian.org>2017-10-04 13:54:48 +0100
commit922f3a7599d03234b6bb2ffb22a33624e7cf1953 (patch)
tree02ddd5fff1b052ae44e3abe85a1eb2651ece4850 /sshd.8
parent4847e512c0b94c615b838904a5f139a761bee284 (diff)
Remove ssh_host_dsa_key from HostKey default
The client no longer accepts DSA host keys, and servers using the default HostKey setting should have better host keys available. Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=2662 Bug-Debian: https://bugs.debian.org/850614 Last-Update: 2017-01-16 Patch-Name: no-dsa-host-key-by-default.patch
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 3 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 02c5e1dfd..8c2306579 100644
--- a/sshd.8
+++ b/sshd.8
@@ -164,11 +164,10 @@ This option must be given if
164is not run as root (as the normal 164is not run as root (as the normal
165host key files are normally not readable by anyone but root). 165host key files are normally not readable by anyone but root).
166The default is 166The default is
167.Pa /etc/ssh/ssh_host_dsa_key , 167.Pa /etc/ssh/ssh_host_rsa_key ,
168.Pa /etc/ssh/ssh_host_ecdsa_key , 168.Pa /etc/ssh/ssh_host_ecdsa_key
169.Pa /etc/ssh/ssh_host_ed25519_key
170and 169and
171.Pa /etc/ssh/ssh_host_rsa_key . 170.Pa /etc/ssh/ssh_host_ed25519_key .
172It is possible to have multiple host key files for 171It is possible to have multiple host key files for
173the different host key algorithms. 172the different host key algorithms.
174.It Fl i 173.It Fl i