diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 14:46:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 14:46:20 -0300 |
commit | 4d73d3784e074b719ef43efe152cb7d38ce24c7e (patch) | |
tree | 80df6339a2c14f3bf0fc3513abf8e0db80060948 /templates/sshd_config | |
parent | 75105d66d89671943a1eb1f37573b4e63dd33919 (diff) | |
download | puppet-sshd-4d73d3784e074b719ef43efe152cb7d38ce24c7e.tar.gz puppet-sshd-4d73d3784e074b719ef43efe152cb7d38ce24c7e.tar.bz2 |
Changing strong cipher to aes128-crt
Diffstat (limited to 'templates/sshd_config')
-rw-r--r-- | templates/sshd_config/Debian_lenny.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> |