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

index befd25fe7e9841b9a676afdeb01e37c28d12866b..375846ad2de53a2cd4d19fe61d9a8e7914c24255 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
 #Privilege Separation is turned on for security
 UsePrivilegeSeparation yes