summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@chocovax.net>2013-11-08 21:59:25 +0100
committerkwadronaut <kwadronaut@chocovax.net>2013-11-08 21:59:25 +0100
commit1eabfe1b590f6663c2558f949408a08fc5f58fa6 (patch)
tree9717c349b97b4b09bbf591a750a43737ec98c176 /templates
parent8ecac4219f3d5975fba20316c7d469153d2ca4fc (diff)
get ecdsa host keys in Debian Wheezy
Diffstat (limited to 'templates')
-rw-r--r--templates/sshd_config/Debian_wheezy.erb1
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