summaryrefslogtreecommitdiff
path: root/factory-default
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-03-20 19:54:44 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-03-20 19:54:44 +0000
commit7e72f1f5f568efa3fc61b076f6fd573c1f7a02a1 (patch)
tree01945aee0c694576778aebb379f914ab00871660 /factory-default
parentprofiles/enlightenment: Bump phabricator keywords (diff)
downloadportage-7e72f1f5f568efa3fc61b076f6fd573c1f7a02a1.tar.xz
factory-default/net-misc/openssh: Drop UsePrivilegeSeparation sandbox
since this is the default and will be removed in next release
Diffstat (limited to 'factory-default')
-rw-r--r--factory-default/net-misc/openssh/etc/ssh/sshd_config4
1 files changed, 0 insertions, 4 deletions
diff --git a/factory-default/net-misc/openssh/etc/ssh/sshd_config b/factory-default/net-misc/openssh/etc/ssh/sshd_config
index d470d297..8e7b4239 100644
--- a/factory-default/net-misc/openssh/etc/ssh/sshd_config
+++ b/factory-default/net-misc/openssh/etc/ssh/sshd_config
@@ -61,10 +61,6 @@ GatewayPorts no
# Disable X11 forwarding
X11Forwarding no
-# Separates privileges by creating an unprivileged child process to deal
-# with incoming network traffic
-UsePrivilegeSeparation sandbox
-
# Do not process ~/.ssh/environment and environment= options in
# ~/.ssh/authorized_keys
PermitUserEnvironment no