summaryrefslogtreecommitdiff
path: root/sshd.8.in
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8.in')
-rw-r--r--sshd.8.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/sshd.8.in b/sshd.8.in
index 671fe4ce5..7448fd1a4 100644
--- a/sshd.8.in
+++ b/sshd.8.in
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8.in,v 1.3 2000/01/17 11:02:18 damien Exp $ 12.\" $Id: sshd.8.in,v 1.4 2000/01/20 11:44:10 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -242,7 +242,7 @@ the primary group.
242.Pp 242.Pp
243.It Cm DenyUsers 243.It Cm DenyUsers
244This keyword can be followed by a number of user names, separated 244This keyword can be followed by a number of user names, separated
245by spaces. Login is allowed disallowed for user names that match 245by spaces. Login is disallowed for user names that match
246one of the patterns. 246one of the patterns.
247.Ql \&* 247.Ql \&*
248and 248and
@@ -436,17 +436,17 @@ Specifies whether
436.Xr login 1 436.Xr login 1
437is used. The default is 437is used. The default is
438.Dq no . 438.Dq no .
439.It Cm X11Forwarding
440Specifies whether X11 forwarding is permitted. The default is
441.Dq yes .
442Note that disabling X11 forwarding does not improve security in any
443way, as users can always install their own forwarders.
444.It Cm X11DisplayOffset 439.It Cm X11DisplayOffset
445Specifies the first display number available for 440Specifies the first display number available for
446.Nm sshd Ns 's 441.Nm sshd Ns 's
447X11 forwarding. This prevents 442X11 forwarding. This prevents
448.Nm 443.Nm
449from interfering with real X11 servers. 444from interfering with real X11 servers.
445.It Cm X11Forwarding
446Specifies whether X11 forwarding is permitted. The default is
447.Dq yes .
448Note that disabling X11 forwarding does not improve security in any
449way, as users can always install their own forwarders.
450.El 450.El
451.Sh LOGIN PROCESS 451.Sh LOGIN PROCESS
452When a user successfully logs in, 452When a user successfully logs in,