diff options
author | kwadronaut <kwadronaut@chocovax.net> | 2013-11-08 21:59:25 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@chocovax.net> | 2013-11-08 21:59:25 +0100 |
commit | 1eabfe1b590f6663c2558f949408a08fc5f58fa6 (patch) | |
tree | 9717c349b97b4b09bbf591a750a43737ec98c176 | |
parent | 8ecac4219f3d5975fba20316c7d469153d2ca4fc (diff) | |
download | puppet-sshd-1eabfe1b590f6663c2558f949408a08fc5f58fa6.tar.gz puppet-sshd-1eabfe1b590f6663c2558f949408a08fc5f58fa6.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 70bb4bf..cdcebfe 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 |