From aa7c8db39e99f52c3eb52753acfea841560263da Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 7 Dec 2014 10:41:36 +0100 Subject: [PATCH] Move ServerKeyBits to 1024, the new default in jessie - this only affects version 1 anyhow, but still --- modules/ssh/templates/sshd_config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1