diff options
author | 2002-03-21 20:51:12 +0000 | |
---|---|---|
committer | 2002-03-21 20:51:12 +0000 | |
commit | d45f04c3b5378515c2b4d51a491ccf798e1f8907 (patch) | |
tree | 53acc9ecbbad404cddf55c002e3363291a5886cd | |
parent | predefine __sparc_v9__ on sparc64; ok art, espie (diff) | |
download | wireguard-openbsd-d45f04c3b5378515c2b4d51a491ccf798e1f8907.tar.xz wireguard-openbsd-d45f04c3b5378515c2b4d51a491ccf798e1f8907.zip |
add privsep (off)
-rw-r--r-- | usr.bin/ssh/sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 4529861092c..ac04b987a01 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $ +# $OpenBSD: sshd_config,v 1.49 2002/03/21 20:51:12 markus Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -76,6 +76,7 @@ #PrintLastLog yes #KeepAlive yes #UseLogin no +#UsePrivilegeSeparation no #MaxStartups 10 # no default banner path |