summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 14:46:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 14:46:20 -0300
commit4d73d3784e074b719ef43efe152cb7d38ce24c7e (patch)
tree80df6339a2c14f3bf0fc3513abf8e0db80060948 /templates
parent75105d66d89671943a1eb1f37573b4e63dd33919 (diff)
Changing strong cipher to aes128-crt
Diffstat (limited to 'templates')
-rw-r--r--templates/sshd_config/Debian_lenny.erb2
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 %>