[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6540/8267] openssh: Remove deprecated sshd option



commit 54fe74125a46b98b77dc40468f0a41adcd343e61
Author: Gary Thomas <gary mlbassoc com>
Date:   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
    
    (From OE-Core rev: 8ee1c567b67ec55be0fa2fbcef3d5e8fb4e82709)
    
    Signed-off-by: Gary Thomas <gary mlbassoc com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../openssh/openssh/sshd_config                    |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]