diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 21:37:34 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 21:37:34 +0000 |
commit | c5c15dde328e364b28d2aa815f31a51207fd6622 (patch) | |
tree | ad1d8fd53363c4faebab453898a33493ed84301b /sshd.8 | |
parent | c57bbf158d9698b3ebac56d63e0d197a2169bd73 (diff) | |
download | openssh-git-c5c15dde328e364b28d2aa815f31a51207fd6622.tar.gz |
- markus@cvs.openbsd.org 2002/05/15 21:02:53
[servconf.c sshd.8 sshd_config]
disable privsep and enable setuid for the 3.2.2 release
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.180 2002/05/06 23:34:33 millert Exp $ +.\" $OpenBSD: sshd.8,v 1.181 2002/05/15 21:02:53 markus Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -852,7 +852,7 @@ another process will be created that has the privilege of the authenticated user. The goal of privilege separation is to prevent privilege escalation by containing any corruption within the unprivileged processes. The default is -.Dq yes . +.Dq no . .It Cm VerifyReverseMapping Specifies whether .Nm |