[oe-commits] [openembedded-core] 55/57: openssh: Remove deprecated sshd option

git at git.openembedded.org git at git.openembedded.org
Wed Jun 28 14:53:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8ee1c567b67ec55be0fa2fbcef3d5e8fb4e82709
Author: Gary Thomas <gary at mlbassoc.com>
AuthorDate: Thu May 18 11:09:15 2017 +0200

    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 <gary at mlbassoc.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/openssh/openssh/sshd_config | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssh/openssh/sshd_config b/meta/recipes-connectivity/openssh/openssh/sshd_config
index d48bd2b..31fe5d9 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list