diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-16 15:26:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-16 15:26:56 -0300 |
commit | 443683c33df8c6c9a4d5766fdbc4ac2d92f0a67c (patch) | |
tree | 7c6de76de467bb0a6ee56d18a12334180d6d0a24 /templates/sshd_config/Debian_sid.erb | |
parent | 7834a2ff6e3cfced588d91896d4aa04126e210cd (diff) | |
download | puppet-sshd-443683c33df8c6c9a4d5766fdbc4ac2d92f0a67c.tar.gz puppet-sshd-443683c33df8c6c9a4d5766fdbc4ac2d92f0a67c.tar.bz2 |
OpenSSH HMAC: SHA1 -> SHA2-512 (suggested by duraconf)
Diffstat (limited to 'templates/sshd_config/Debian_sid.erb')
-rw-r--r-- | templates/sshd_config/Debian_sid.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Debian_sid.erb b/templates/sshd_config/Debian_sid.erb index 70bb4bf..60c15fa 100644 --- a/templates/sshd_config/Debian_sid.erb +++ b/templates/sshd_config/Debian_sid.erb @@ -115,7 +115,7 @@ AllowGroups <%= s %> <% if scope.lookupvar('sshd::hardened_ssl') == 'yes' -%> Ciphers aes256-ctr -MACs hmac-sha1 +MACs hmac-sha2-512 <% end -%> <% unless (s=scope.lookupvar('sshd::tail_additional_options')).empty? -%> |