From: Gary Thomas Date: Thu, 18 May 2017 09:09:15 +0000 (+0200) Subject: openssh: Remove deprecated sshd option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee1c567b67ec55be0fa2fbcef3d5e8fb4e82709;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssh: Remove deprecated sshd option The UsePrivilegeSeparation is no longer supported (recent SSHD always runs with previlege separation), so remove this option from the default config file to avoid this warning: /etc/ssh/sshd_config line 110: Deprecated option UsePrivilegeSeparation Signed-off-by: Gary Thomas Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/openssh/openssh/sshd_config b/meta/recipes-connectivity/openssh/openssh/sshd_config index d48bd2b98da..31fe5d924e1 100644 --- a/meta/recipes-connectivity/openssh/openssh/sshd_config +++ b/meta/recipes-connectivity/openssh/openssh/sshd_config @@ -107,7 +107,6 @@ ChallengeResponseAuthentication no #PrintLastLog yes #TCPKeepAlive yes #UseLogin no -UsePrivilegeSeparation sandbox # Default for new installations. #PermitUserEnvironment no Compression no ClientAliveInterval 15