Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the job

This commit is contained in:
Silvio Rhatto 2011-07-13 18:41:59 -03:00
parent 99928cd61e
commit 57d8883d48
7 changed files with 1 additions and 31 deletions

View file

@ -212,8 +212,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 %>

View file

@ -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 %>

View file

@ -191,8 +191,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 %>

View file

@ -205,8 +205,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 %>

View file

@ -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 %>

View file

@ -192,8 +192,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 %>

View file

@ -188,7 +188,7 @@ PrintMotd no
<%= sshd_tail_additional_options %>
<%- end %>
<%- if sshd_use_strong_ciphers.to_s == 'yes' then -%>
<%- if sshd_hardened_ssl.to_s == 'yes' then -%>
Ciphers aes128-ctr
MACs hmac-sha1
<%- end %>