]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Back to hmac-sha1 on lenny/squeeze
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Aug 2014 16:57:43 +0000 (13:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Aug 2014 16:57:43 +0000 (13:57 -0300)
templates/sshd_config/Debian_lenny.erb
templates/sshd_config/Debian_squeeze.erb

index 3aaf974d3efa97c1e1b222f283c661ebe7367044..75f8dc82b46cbde70e8cf24e2d677f04c96b1f0c 100644 (file)
@@ -119,7 +119,7 @@ PrintMotd <%= scope.lookupvar('sshd::print_motd') %>
 
 <% if scope.lookupvar('sshd::hardened_ssl') == 'yes' -%>
 Ciphers aes256-ctr
-MACs hmac-sha2-512
+MACs MACs hmac-sha1
 <% end -%>
 
 <% unless (s=scope.lookupvar('sshd::tail_additional_options')).empty? -%>
index 40040d1b0a01969e5bbfaf28bcd6a919605e0797..ca8f3ccb8805231df276371b65ebe62dfcc0035e 100644 (file)
@@ -115,7 +115,7 @@ AllowGroups <%= s %>
 
 <% if scope.lookupvar('sshd::hardened_ssl') == 'yes' -%>
 Ciphers aes256-ctr
-MACs hmac-sha2-512
+MACs MACs hmac-sha1
 <% end -%>
 
 <% unless (s=scope.lookupvar('sshd::tail_additional_options')).empty? -%>