Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the job
This commit is contained in:
parent
99928cd61e
commit
57d8883d48
7 changed files with 1 additions and 31 deletions
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue