diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-24 16:22:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-24 16:22:09 -0300 |
commit | 521cf6d6e07653b9d9cfd61e40848932eb32dd1a (patch) | |
tree | 8380177a1862e6633362ecd85269cc114b396383 | |
parent | aa1883fd7edebdd834abdca99c86c35a48b31d1c (diff) | |
download | puppet-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.erb | 2 |
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 |