From 521cf6d6e07653b9d9cfd61e40848932eb32dd1a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 24 Aug 2014 16:22:09 -0300 Subject: Disable ECDSA key until we fix pubkey distribution --- templates/sshd_config/Debian_wheezy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb index e015f58..737f7a7 100644 --- a/templates/sshd_config/Debian_wheezy.erb +++ b/templates/sshd_config/Debian_wheezy.erb @@ -24,7 +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 +#HostKey /etc/ssh/ssh_host_ecdsa_key #Privilege Separation is turned on for security UsePrivilegeSeparation yes -- cgit v1.2.3