diff options
author | Micah Anderson <micah@riseup.net> | 2014-11-04 20:41:49 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-11-04 20:41:49 -0500 |
commit | 750a497758d94c2f5a6cad23cecc3dbde2d2f92f (patch) | |
tree | 3a157d70964ee0943369ad06d3d799b1d52807c4 /templates | |
parent | 4652fbcae0aadcded5d390e71882aec1b1b738ba (diff) |
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
Diffstat (limited to 'templates')
-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 |