From 55bc90d41588be450c7ab28146683a3017d7ddb3 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 25 Oct 2008 17:38:46 -0400 Subject: [PATCH] tests: do not use privilege separation with sshd. --- tests/etc/ssh/sshd_config | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/etc/ssh/sshd_config b/tests/etc/ssh/sshd_config index 75f0314..15b980c 100644 --- a/tests/etc/ssh/sshd_config +++ b/tests/etc/ssh/sshd_config @@ -19,3 +19,4 @@ PrintLastLog no TCPKeepAlive no AcceptEnv LANG LC_* UsePAM no +UsePrivilegeSeparation no -- 2.25.1