From 9ac4697eb546304ebc20d85aeeb93a73ca0fed5c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Feb 2011 14:25:18 -0300 Subject: Changing parameter name sshd_perfect_forward_secrecy to sshd_use_strong_ciphers as sshd already does PFS --- templates/sshd_config/Debian_lenny.erb | 2 +- templates/sshd_config/Debian_squeeze.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/sshd_config/Debian_lenny.erb b/templates/sshd_config/Debian_lenny.erb index ea04fe6..e85eab3 100644 --- a/templates/sshd_config/Debian_lenny.erb +++ b/templates/sshd_config/Debian_lenny.erb @@ -189,7 +189,7 @@ PrintMotd no <%= sshd_tail_additional_options %> <%- end %> -<%- if sshd_perfect_forward_secrecy.to_s == 'yes' then -%> +<%- if sshd_use_strong_ciphers.to_s == 'yes' then -%> Ciphers aes256-ctr MACs hmac-sha1 <%- end %> diff --git a/templates/sshd_config/Debian_squeeze.erb b/templates/sshd_config/Debian_squeeze.erb index 09f4351..38f8657 100644 --- a/templates/sshd_config/Debian_squeeze.erb +++ b/templates/sshd_config/Debian_squeeze.erb @@ -203,7 +203,7 @@ AllowGroups <%= sshd_allowed_groups %> <%= sshd_tail_additional_options %> <%- end %> -<%- if sshd_perfect_forward_secrecy.to_s == 'yes' then -%> +<%- if sshd_use_strong_ciphers.to_s == 'yes' then -%> Ciphers aes256-ctr MACs hmac-sha1 <%- end %> -- cgit v1.2.3