summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-02-17 05:29:04 +0000
committerDamien Miller <djm@mindrot.org>2016-02-17 16:37:56 +1100
commitc5c3f3279a0e4044b8de71b70d3570d692d0f29d (patch)
tree72b85707e4fd5bd40a9184a88d09e8eed5e29897 /sshd_config
parenteb3f7337a651aa01d5dec019025e6cdc124ed081 (diff)
upstream commit
make sandboxed privilege separation the default, not just for new installs; "absolutely" deraadt@ Upstream-ID: 5221ef3b927d2df044e9aa3f5db74ae91743f69b
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index 4d77f05aa..a848d73e4 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.97 2015/08/06 14:53:21 deraadt Exp $ 1# $OpenBSD: sshd_config,v 1.98 2016/02/17 05:29:04 djm Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -107,7 +107,7 @@ AuthorizedKeysFile .ssh/authorized_keys
107#PrintLastLog yes 107#PrintLastLog yes
108#TCPKeepAlive yes 108#TCPKeepAlive yes
109#UseLogin no 109#UseLogin no
110UsePrivilegeSeparation sandbox # Default for new installations. 110#UsePrivilegeSeparation sandbox
111#PermitUserEnvironment no 111#PermitUserEnvironment no
112#Compression delayed 112#Compression delayed
113#ClientAliveInterval 0 113#ClientAliveInterval 0