Perfect forward secrecy config at squeeze template
This commit is contained in:
parent
505692a72e
commit
ac30247bf9
1 changed files with 4 additions and 0 deletions
|
@ -202,3 +202,7 @@ AllowGroups <%= sshd_allowed_groups %>
|
|||
<%= sshd_tail_additional_options %>
|
||||
<%- end %>
|
||||
|
||||
<%- if sshd_perfect_forward_secrecy.to_s == 'yes' then -%>
|
||||
Ciphers aes256-ctr
|
||||
MACs hmac-sha1
|
||||
<%- end %>
|
||||
|
|
Loading…
Reference in a new issue