]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Disable ECDSA key until we fix pubkey distribution
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Aug 2014 19:22:09 +0000 (16:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Aug 2014 19:22:09 +0000 (16:22 -0300)
templates/sshd_config/Debian_wheezy.erb

index e015f58e9c478f794ef180250f8870428e9f9b85..737f7a7a384b180a0422048dc6182fed469b5f2f 100644 (file)
@@ -24,7 +24,7 @@ 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_ecdsa_key
+#HostKey /etc/ssh/ssh_host_ecdsa_key
 #Privilege Separation is turned on for security
 UsePrivilegeSeparation yes