diff options
author | kwadronaut <kwadronaut@chocovax.net> | 2013-11-08 21:59:25 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-19 15:40:34 -0300 |
commit | 8c10b1f0513a5ac66a4aca914dc6f90f9919cb38 (patch) | |
tree | 239d241d20a375bf9a4e6fd96c9f0445c1fa6bd2 | |
parent | a7fda0b4885566e936e65cb3bda585a816da1d65 (diff) | |
download | puppet-sshd-8c10b1f0513a5ac66a4aca914dc6f90f9919cb38.tar.gz puppet-sshd-8c10b1f0513a5ac66a4aca914dc6f90f9919cb38.tar.bz2 |
get ecdsa host keys in Debian Wheezy
-rw-r--r-- | templates/sshd_config/Debian_wheezy.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb index 60c15fa..b39f456 100644 --- a/templates/sshd_config/Debian_wheezy.erb +++ b/templates/sshd_config/Debian_wheezy.erb @@ -24,6 +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 #Privilege Separation is turned on for security UsePrivilegeSeparation yes |