From fd4381b7697971ac2a204c680ded655053edd454 Mon Sep 17 00:00:00 2001 From: Bogdan Radulescu Date: Thu, 30 Jul 2015 12:27:05 +0000 Subject: [PATCH] The default value for ServerKeyBits is 1024 both upstream and in distros --- openssh/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/files/sshd_config b/openssh/files/sshd_config index 1e4b76e..c27cbe5 100644 --- a/openssh/files/sshd_config +++ b/openssh/files/sshd_config @@ -61,7 +61,7 @@ # Lifetime and size of ephemeral version 1 server key {{ option_default_uncommented('KeyRegenerationInterval', 3600) }} -{{ option_default_uncommented('ServerKeyBits', 768) }} +{{ option_default_uncommented('ServerKeyBits', 1024) }} # Logging {{ option_default_uncommented('SyslogFacility', 'AUTH') }}