From 48b71ad7a3b7c400575504927db7555bb6dd2aa2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 16 Jul 2013 15:38:34 -0300 Subject: Rollback: hmac-sha2-512 is just supported on newer systems --- templates/sshd_config/Debian_etch.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/sshd_config/Debian_etch.erb') diff --git a/templates/sshd_config/Debian_etch.erb b/templates/sshd_config/Debian_etch.erb index 75b2931..ef4a5d1 100644 --- a/templates/sshd_config/Debian_etch.erb +++ b/templates/sshd_config/Debian_etch.erb @@ -114,7 +114,7 @@ PrintMotd <%= scope.lookupvar('sshd::print_motd') %> <% if scope.lookupvar('sshd::hardened_ssl') == 'yes' -%> Ciphers aes256-ctr -MACs hmac-sha2-512 +MACs hmac-sha1 <% end -%> <% unless (s=scope.lookupvar('sshd::tail_additional_options')).empty? -%> -- cgit v1.2.3