aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-24 16:22:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-24 16:22:09 -0300
commit521cf6d6e07653b9d9cfd61e40848932eb32dd1a (patch)
tree8380177a1862e6633362ecd85269cc114b396383
parentaa1883fd7edebdd834abdca99c86c35a48b31d1c (diff)
downloadpuppet-sshd-521cf6d6e07653b9d9cfd61e40848932eb32dd1a.tar.gz
puppet-sshd-521cf6d6e07653b9d9cfd61e40848932eb32dd1a.tar.bz2
Disable ECDSA key until we fix pubkey distribution
-rw-r--r--templates/sshd_config/Debian_wheezy.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb
index e015f58..737f7a7 100644
--- a/templates/sshd_config/Debian_wheezy.erb
+++ b/templates/sshd_config/Debian_wheezy.erb
@@ -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