From eb6fd1704ae0bc1a41f18805a8be7507038e2fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Wed, 12 Feb 2014 18:35:17 +0100 Subject: [PATCH] Don't use Privilege separation in sshd chroot. --- 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 e3176fc..7b5019f 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 yes +UsePrivilegeSeparation no KeyRegenerationInterval 3600 ServerKeyBits 768