From 58834945587ebc7d882bd33ce0c9eb1773f727f4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 19 Aug 2014 15:46:59 -0300 Subject: Dot not use DSA keys on wheezy --- templates/sshd_config/Debian_wheezy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/sshd_config') diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb index b39f456..e015f58 100644 --- a/templates/sshd_config/Debian_wheezy.erb +++ b/templates/sshd_config/Debian_wheezy.erb @@ -23,7 +23,7 @@ ListenAddress <%= address %> 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_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key #Privilege Separation is turned on for security UsePrivilegeSeparation yes -- cgit v1.2.3