From 00b8e6d1f001e1b04efc81edc0d0d208bf78c37c 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 56317caa) --- tests/torture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/torture.c b/tests/torture.c index dab68739..4755cb23 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -780,7 +780,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"