From 879c6d4ffba20b8fa3070e0c2a475dd8b52624c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Wed, 12 Feb 2014 19:14:41 +0100 Subject: [PATCH] Revert "Don't use Privilege separation in sshd chroot." This reverts commit eb6fd1704ae0bc1a41f18805a8be7507038e2fd6. --- chroot-etc/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot-etc/sshd_config b/chroot-etc/sshd_config index 7b5019f..e3176fc 100644 --- a/chroot-etc/sshd_config +++ b/chroot-etc/sshd_config @@ -3,7 +3,7 @@ Protocol 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key -UsePrivilegeSeparation no +UsePrivilegeSeparation yes KeyRegenerationInterval 3600 ServerKeyBits 768