diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index d1a5d1d33..fe3b23d6e 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd_config.5,v 1.229 2016/08/15 12:32:04 naddy Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.230 2016/08/19 03:18:07 djm Exp $ |
37 | .Dd $Mdocdate: August 15 2016 $ | 37 | .Dd $Mdocdate: August 19 2016 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1489,25 +1489,6 @@ and | |||
1489 | .Cm Match | 1489 | .Cm Match |
1490 | .Cm Host | 1490 | .Cm Host |
1491 | directives. | 1491 | directives. |
1492 | .It Cm UseLogin | ||
1493 | Specifies whether | ||
1494 | .Xr login 1 | ||
1495 | is used for interactive login sessions. | ||
1496 | The default is | ||
1497 | .Dq no . | ||
1498 | Note that | ||
1499 | .Xr login 1 | ||
1500 | is never used for remote command execution. | ||
1501 | Note also, that if this is enabled, | ||
1502 | .Cm X11Forwarding | ||
1503 | will be disabled because | ||
1504 | .Xr login 1 | ||
1505 | does not know how to handle | ||
1506 | .Xr xauth 1 | ||
1507 | cookies. | ||
1508 | If | ||
1509 | .Cm UsePrivilegeSeparation | ||
1510 | is specified, it will be disabled after authentication. | ||
1511 | .It Cm UsePAM | 1492 | .It Cm UsePAM |
1512 | Enables the Pluggable Authentication Module interface. | 1493 | Enables the Pluggable Authentication Module interface. |
1513 | If set to | 1494 | If set to |
@@ -1596,9 +1577,6 @@ setting. | |||
1596 | .Pp | 1577 | .Pp |
1597 | Note that disabling X11 forwarding does not prevent users from | 1578 | Note that disabling X11 forwarding does not prevent users from |
1598 | forwarding X11 traffic, as users can always install their own forwarders. | 1579 | forwarding X11 traffic, as users can always install their own forwarders. |
1599 | X11 forwarding is automatically disabled if | ||
1600 | .Cm UseLogin | ||
1601 | is enabled. | ||
1602 | .It Cm X11UseLocalhost | 1580 | .It Cm X11UseLocalhost |
1603 | Specifies whether | 1581 | Specifies whether |
1604 | .Xr sshd 8 | 1582 | .Xr sshd 8 |