From: Silvio Rhatto Date: Wed, 23 Feb 2011 17:46:20 +0000 (-0300) Subject: Changing strong cipher to aes128-crt X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4d73d3784e074b719ef43efe152cb7d38ce24c7e;p=puppet-sshd.git Changing strong cipher to aes128-crt --- diff --git a/templates/sshd_config/Debian_lenny.erb b/templates/sshd_config/Debian_lenny.erb index e85eab3..022d2d9 100644 --- a/templates/sshd_config/Debian_lenny.erb +++ b/templates/sshd_config/Debian_lenny.erb @@ -190,6 +190,6 @@ PrintMotd no <%- end %> <%- if sshd_use_strong_ciphers.to_s == 'yes' then -%> -Ciphers aes256-ctr +Ciphers aes128-ctr MACs hmac-sha1 <%- end %>