From: Silvio Rhatto Date: Tue, 19 Aug 2014 18:46:59 +0000 (-0300) Subject: Dot not use DSA keys on wheezy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=58834945587ebc7d882bd33ce0c9eb1773f727f4;p=puppet-sshd.git Dot not use DSA keys on wheezy --- diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb index b39f456..e015f58 100644 --- a/templates/sshd_config/Debian_wheezy.erb +++ b/templates/sshd_config/Debian_wheezy.erb @@ -23,7 +23,7 @@ ListenAddress <%= address %> Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key -HostKey /etc/ssh/ssh_host_dsa_key +#HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key #Privilege Separation is turned on for security UsePrivilegeSeparation yes