diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-19 15:46:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-19 15:46:59 -0300 |
commit | 58834945587ebc7d882bd33ce0c9eb1773f727f4 (patch) | |
tree | 629591d39c6f004086e99a64f7c39408e2c525fb /templates | |
parent | 8c10b1f0513a5ac66a4aca914dc6f90f9919cb38 (diff) | |
download | puppet-sshd-58834945587ebc7d882bd33ce0c9eb1773f727f4.tar.gz puppet-sshd-58834945587ebc7d882bd33ce0c9eb1773f727f4.tar.bz2 |
Dot not use DSA keys on wheezy
Diffstat (limited to 'templates')
-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 b39f456..e015f58 100644 --- a/templates/sshd_config/Debian_wheezy.erb +++ b/templates/sshd_config/Debian_wheezy.erb @@ -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 |