From d538b22afe3236762d479e7036fae202b059422c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 24 Aug 2020 15:57:03 +0200 Subject: [PATCH] testing: Remove deprecated UsePrivilegeSeparation option from sshd_config --- testing/hosts/default/etc/ssh/sshd_config | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2