]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssh: Remove deprecated sshd option
authorGary Thomas <gary@mlbassoc.com>
Thu, 18 May 2017 09:09:15 +0000 (11:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 14:52:00 +0000 (15:52 +0100)
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 <gary@mlbassoc.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssh/openssh/sshd_config

index d48bd2b98da4855ab229eef7319dca88561c04db..31fe5d924e162e719e3ac48a57787391b118f2df 100644 (file)
@@ -107,7 +107,6 @@ ChallengeResponseAuthentication no
 #PrintLastLog yes
 #TCPKeepAlive yes
 #UseLogin no
-UsePrivilegeSeparation sandbox # Default for new installations.
 #PermitUserEnvironment no
 Compression no
 ClientAliveInterval 15