From: Peter Palfrader Date: Sun, 7 Dec 2014 09:41:36 +0000 (+0100) Subject: Move ServerKeyBits to 1024, the new default in jessie - this only affects version... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=aa7c8db39e99f52c3eb52753acfea841560263da;p=mirror%2Fdsa-puppet.git Move ServerKeyBits to 1024, the new default in jessie - this only affects version 1 anyhow, but still --- diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 9cf0eb87b..b2d563b28 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -30,7 +30,7 @@ UsePrivilegeSeparation yes # Lifetime and size of ephemeral version 1 server key KeyRegenerationInterval 3600 -ServerKeyBits 768 +ServerKeyBits 1024 # Logging SyslogFacility AUTH