From 8c10b1f0513a5ac66a4aca914dc6f90f9919cb38 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 8 Nov 2013 21:59:25 +0100 Subject: get ecdsa host keys in Debian Wheezy --- templates/sshd_config/Debian_wheezy.erb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3