diff options
Diffstat (limited to 'sshd.8.in')
-rw-r--r-- | sshd.8.in | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
244 | This keyword can be followed by a number of user names, separated | 244 | This keyword can be followed by a number of user names, separated |
245 | by spaces. Login is allowed disallowed for user names that match | 245 | by spaces. Login is disallowed for user names that match |
246 | one of the patterns. | 246 | one of the patterns. |
247 | .Ql \&* | 247 | .Ql \&* |
248 | and | 248 | and |
@@ -436,17 +436,17 @@ Specifies whether | |||
436 | .Xr login 1 | 436 | .Xr login 1 |
437 | is used. The default is | 437 | is used. The default is |
438 | .Dq no . | 438 | .Dq no . |
439 | .It Cm X11Forwarding | ||
440 | Specifies whether X11 forwarding is permitted. The default is | ||
441 | .Dq yes . | ||
442 | Note that disabling X11 forwarding does not improve security in any | ||
443 | way, as users can always install their own forwarders. | ||
444 | .It Cm X11DisplayOffset | 439 | .It Cm X11DisplayOffset |
445 | Specifies the first display number available for | 440 | Specifies the first display number available for |
446 | .Nm sshd Ns 's | 441 | .Nm sshd Ns 's |
447 | X11 forwarding. This prevents | 442 | X11 forwarding. This prevents |
448 | .Nm | 443 | .Nm |
449 | from interfering with real X11 servers. | 444 | from interfering with real X11 servers. |
445 | .It Cm X11Forwarding | ||
446 | Specifies whether X11 forwarding is permitted. The default is | ||
447 | .Dq yes . | ||
448 | Note that disabling X11 forwarding does not improve security in any | ||
449 | way, as users can always install their own forwarders. | ||
450 | .El | 450 | .El |
451 | .Sh LOGIN PROCESS | 451 | .Sh LOGIN PROCESS |
452 | When a user successfully logs in, | 452 | When a user successfully logs in, |