Explorar el Código

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

master
Bogdan Radulescu hace 9 años
padre
commit
fd4381b769
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config Ver fichero

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

Cargando…
Cancelar
Guardar