The default value for ServerKeyBits is 1024 both upstream and in distros

This commit is contained in:
Bogdan Radulescu 2015-07-30 12:27:05 +00:00
parent 1af5151bc9
commit fd4381b769

View File

@ -61,7 +61,7 @@
# Lifetime and size of ephemeral version 1 server key # Lifetime and size of ephemeral version 1 server key
{{ option_default_uncommented('KeyRegenerationInterval', 3600) }} {{ option_default_uncommented('KeyRegenerationInterval', 3600) }}
{{ option_default_uncommented('ServerKeyBits', 768) }} {{ option_default_uncommented('ServerKeyBits', 1024) }}
# Logging # Logging
{{ option_default_uncommented('SyslogFacility', 'AUTH') }} {{ option_default_uncommented('SyslogFacility', 'AUTH') }}