]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
get ecdsa host keys in Debian Wheezy
authorkwadronaut <kwadronaut@chocovax.net>
Fri, 8 Nov 2013 20:59:25 +0000 (21:59 +0100)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Aug 2014 18:40:34 +0000 (15:40 -0300)
templates/sshd_config/Debian_wheezy.erb

index 60c15fa841e97c9a8c698cf2048f37c536ba1f32..b39f45696085df74a9531f4be71201713c4b2078 100644 (file)
@@ -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