summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.816
1 files changed, 14 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index e71ba3cb2..3e94660d6 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.171 2002/03/18 17:53:08 provos Exp $ 37.\" $OpenBSD: sshd.8,v 1.172 2002/03/18 17:59:09 provos Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -839,7 +839,19 @@ will be disabled because
839.Xr login 1 839.Xr login 1
840does not know how to handle 840does not know how to handle
841.Xr xauth 1 841.Xr xauth 1
842cookies. 842cookies. If
843.Cm UsePrivilegeSeparation
844is specified, it will be disabled after authentication.
845.It Cm UsePrivilegeSeparation
846Specifies whether
847.Nm
848separated privileges by creating an unprivileged child process
849to deal with incoming network traffic. After successful authentication,
850another process will be created that has the privilege of the authenticated
851user. The goal of privilege separation is to prevent privilege
852escalation by containing any corruption within the unprivileged processes.
853The default is
854.Dq no .
843.It Cm VerifyReverseMapping 855.It Cm VerifyReverseMapping
844Specifies whether 856Specifies whether
845.Nm 857.Nm