From: kwadronaut Date: Fri, 8 Nov 2013 20:59:25 +0000 (+0100) Subject: get ecdsa host keys in Debian Wheezy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1eabfe1b590f6663c2558f949408a08fc5f58fa6;p=puppet-sshd.git get ecdsa host keys in Debian Wheezy --- 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