diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 21:35:43 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 21:35:43 +0000 |
commit | bb2ce36d4d706800a6b672f07cd7989497663160 (patch) | |
tree | 17969ee5dcd0b0fe98fadf8ab35bfda09d0a65e7 /sshd.8 | |
parent | 2b70e5603f708d2acdfa2b81b7a021fc1551e08a (diff) |
- deraadt@cvs.openbsd.org 2002/05/04 02:39:35
[servconf.c sshd.8 sshd_config]
enable privsep by default; provos ok
(historical)
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.178 2002/04/22 16:16:53 markus Exp $ +.\" $OpenBSD: sshd.8,v 1.179 2002/05/04 02:39:35 deraadt 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 no . +.Dq yes . .It Cm VerifyReverseMapping Specifies whether .Nm |