]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Dot not use DSA keys on wheezy
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Aug 2014 18:46:59 +0000 (15:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Aug 2014 18:46:59 +0000 (15:46 -0300)
templates/sshd_config/Debian_wheezy.erb

index b39f45696085df74a9531f4be71201713c4b2078..e015f58e9c478f794ef180250f8870428e9f9b85 100644 (file)
@@ -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