diff options
author | Wez Furlong <wez@wezfurlong.org> | 2019-10-20 10:48:18 +0100 |
---|---|---|
committer | Wez Furlong <wez@wezfurlong.org> | 2019-10-20 11:14:01 +0100 |
commit | 59b9f2345035522e9265da582322d6f328c89b45 (patch) | |
tree | c661e55d91780252c5d70d71df943792305116ce /tests | |
parent | b32a6fcdf25bff455755377f3591d7acefd4d6d2 (diff) | |
download | ssh2-rs-59b9f2345035522e9265da582322d6f328c89b45.zip |
tests: disable UsePrivilegeSeparation for ubuntu 16
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_integration_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh index 622a625..451fbec 100755 --- a/tests/run_integration_tests.sh +++ b/tests/run_integration_tests.sh @@ -44,6 +44,7 @@ PidFile=$SSHDIR/sshd.pid Subsystem sftp $SFTP UsePAM yes X11Forwarding yes +UsePrivilegeSeparation no PrintMotd yes PermitTunnel yes KbdInteractiveAuthentication yes |