From: Tobias Brunner Date: Mon, 24 Aug 2020 13:57:03 +0000 (+0200) Subject: testing: Remove deprecated UsePrivilegeSeparation option from sshd_config X-Git-Tag: 5.9.1dr1~21^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d538b22afe3236762d479e7036fae202b059422c;p=thirdparty%2Fstrongswan.git testing: Remove deprecated UsePrivilegeSeparation option from sshd_config --- diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config index 067c48310a..f4ced3e374 100644 --- a/testing/hosts/default/etc/ssh/sshd_config +++ b/testing/hosts/default/etc/ssh/sshd_config @@ -3,7 +3,6 @@ Protocol 2 Ciphers aes128-gcm@openssh.com HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_ecdsa_key -UsePrivilegeSeparation no PermitRootLogin yes StrictModes no PubkeyAuthentication no