aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-09-05 14:13:00 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-05 15:43:11 +0200
commit56317caafc5615bba2e8cf4738b106a5b4613a5b (patch)
tree47c5d010e042630de2e57adc726e0e3e3f9b8b34
parentca4fb9c6f8908e7edcaee1ddc95a2d568032cfc9 (diff)
downloadlibssh-56317caafc5615bba2e8cf4738b106a5b4613a5b.tar.gz
libssh-56317caafc5615bba2e8cf4738b106a5b4613a5b.tar.xz
libssh-56317caafc5615bba2e8cf4738b106a5b4613a5b.zip
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 <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--tests/torture.c1
1 files changed, 0 insertions, 1 deletions
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"