Просмотр исходного кода

Merge pull request #47 from bogdanr/master

The default value for ServerKeyBits is 1024 both upstream and in distros
tags/v0.41.0
puneet kandhari 9 лет назад
Родитель
Сommit
331493194a
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config Просмотреть файл



# 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') }}

Загрузка…
Отмена
Сохранить