summaryrefslogtreecommitdiff
path: root/templates/sshd_config/Gentoo.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-13 18:41:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-13 18:41:59 -0300
commit57d8883d485baa09a0841d629fe66406611ca261 (patch)
treebfa352fbac8268320fe57d565ab4efd38ffeaacf /templates/sshd_config/Gentoo.erb
parent99928cd61e67836d39aad9e2b2ce8b06badf0f0b (diff)
Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the job
Diffstat (limited to 'templates/sshd_config/Gentoo.erb')
-rw-r--r--templates/sshd_config/Gentoo.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/sshd_config/Gentoo.erb b/templates/sshd_config/Gentoo.erb
index 40a70e7..38674ce 100644
--- a/templates/sshd_config/Gentoo.erb
+++ b/templates/sshd_config/Gentoo.erb
@@ -216,8 +216,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 %>