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-08-22 16:24:44 +0100
commit5fc5168dde0c840bf743058d235193fc27e61cab (patch)
treea5b1c560111adac482355a6544a0103bcb5a45a5 /sshd.8
parent11f55875afff41aa1f1732ff138c9f76dc2a0afa (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 6355178f8..f038fb826 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