From 1fa5a2a504f7fcbe07e48c897218dc184d256c97 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 5 Sep 2018 14:13:00 +0200 Subject: [PATCH] tests: UsePrivilegeSeparation has no effect since OpenSSH 7.5 Additionally, we can already work around the privilege separation. http://www.openssh.com/txt/release-7.5 Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry picked from commit 56317caafc5615bba2e8cf4738b106a5b4613a5b) --- tests/torture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/torture.c b/tests/torture.c index 87b6259f..5f9f67b3 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -577,7 +577,6 @@ static void torture_setup_create_sshd_config(void **state) "KbdInteractiveAuthentication yes\n" "PubkeyAuthentication yes\n" "\n" - "UsePrivilegeSeparation no\n" "StrictModes no\n" "\n" "UsePAM yes\n"