From 57d8883d485baa09a0841d629fe66406611ca261 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jul 2011 18:41:59 -0300 Subject: Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the job --- templates/sshd_config/Debian_etch.erb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates/sshd_config/Debian_etch.erb') diff --git a/templates/sshd_config/Debian_etch.erb b/templates/sshd_config/Debian_etch.erb index 93fefc2..dbef8b8 100644 --- a/templates/sshd_config/Debian_etch.erb +++ b/templates/sshd_config/Debian_etch.erb @@ -182,8 +182,3 @@ MACs hmac-sha1 <%- unless sshd_tail_additional_options.to_s.empty? then %> <%= sshd_tail_additional_options %> <%- end %> - -<%- if sshd_use_strong_ciphers.to_s == 'yes' then -%> -Ciphers aes128-ctr -MACs hmac-sha1 -<%- end %> -- cgit v1.2.3