diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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 |
840 | does not know how to handle | 840 | does not know how to handle |
841 | .Xr xauth 1 | 841 | .Xr xauth 1 |
842 | cookies. | 842 | cookies. If |
843 | .Cm UsePrivilegeSeparation | ||
844 | is specified, it will be disabled after authentication. | ||
845 | .It Cm UsePrivilegeSeparation | ||
846 | Specifies whether | ||
847 | .Nm | ||
848 | separated privileges by creating an unprivileged child process | ||
849 | to deal with incoming network traffic. After successful authentication, | ||
850 | another process will be created that has the privilege of the authenticated | ||
851 | user. The goal of privilege separation is to prevent privilege | ||
852 | escalation by containing any corruption within the unprivileged processes. | ||
853 | The default is | ||
854 | .Dq no . | ||
843 | .It Cm VerifyReverseMapping | 855 | .It Cm VerifyReverseMapping |
844 | Specifies whether | 856 | Specifies whether |
845 | .Nm | 857 | .Nm |