]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Aug 2014 17:00:52 +0000 (14:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Aug 2014 17:00:52 +0000 (14:00 -0300)
templates/sshd_config/Debian_lenny.erb
templates/sshd_config/Debian_squeeze.erb

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