mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #47 from bogdanr/master
The default value for ServerKeyBits is 1024 both upstream and in distros
This commit is contained in:
commit
331493194a
1 changed files with 1 additions and 1 deletions
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue