Browse Source

Change ServerKeyBits size from 768 to 1024 in sshd configuration

Emmanuel Bouthenot 11 years ago
parent
commit
160277b42b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/common/templates/ssh/sshd_config.j2

+ 1 - 1
roles/common/templates/ssh/sshd_config.j2

@@ -38,7 +38,7 @@ UseDns no
 
 # Lifetime and size of ephemeral version 1 server key
 KeyRegenerationInterval 3600
-ServerKeyBits 768
+ServerKeyBits 1024
 
 # Logging
 SyslogFacility AUTH