summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd.816
2 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 771eca953..df05e15ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,9 @@
68 - provos@cvs.openbsd.org 2002/03/18 17:53:08 68 - provos@cvs.openbsd.org 2002/03/18 17:53:08
69 [sshd.8] 69 [sshd.8]
70 credits for privsep 70 credits for privsep
71 - provos@cvs.openbsd.org 2002/03/18 17:59:09
72 [sshd.8]
73 document UsePrivilegeSeparation
71 74
7220020317 7520020317
73 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, 76 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
@@ -7914,4 +7917,4 @@
7914 - Wrote replacements for strlcpy and mkdtemp 7917 - Wrote replacements for strlcpy and mkdtemp
7915 - Released 1.0pre1 7918 - Released 1.0pre1
7916 7919
7917$Id: ChangeLog,v 1.1944 2002/03/22 02:33:12 mouring Exp $ 7920$Id: ChangeLog,v 1.1945 2002/03/22 02:37:50 mouring Exp $
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