Perfect forward secrecy config at squeeze template

This commit is contained in:
Silvio Rhatto 2011-02-13 18:42:36 -02:00
parent 505692a72e
commit ac30247bf9

View file

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