diff options
Diffstat (limited to 'usr.bin/ssh')
-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 |