From 750a497758d94c2f5a6cad23cecc3dbde2d2f92f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 4 Nov 2014 20:41:49 -0500 Subject: Revert "Revert "get ecdsa host keys in Debian Wheezy"" This reverts commit 37bd36fe06c0fafb353a01672d29cf4bffdc9e4a. We need to transition in a smoother way. Simply making this change is too rough. See #6319 --- 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 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 -- cgit v1.2.3