From f45a755eb93617bcfdbd33af93f04269582b02ba Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sat, 2 May 2015 12:59:29 +0200 Subject: [PATCH] ssh: ServerKeyBits 768 -> 1024 --- Python/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/ssh/sshd_config b/Python/etc/ssh/sshd_config index 3b4b049..7df4d7f 100644 --- a/Python/etc/ssh/sshd_config +++ b/Python/etc/ssh/sshd_config @@ -19,7 +19,7 @@ header("Configuration du serveur ssh") @# Lifetime and size of ephemeral version 1 server key @KeyRegenerationInterval 3600 -@ServerKeyBits 768 +@ServerKeyBits 1024 @# Logging @SyslogFacility AUTH