summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-08-19 03:18:06 +0000
committerDamien Miller <djm@mindrot.org>2016-08-23 14:29:07 +1000
commit83b581862a1dbb06fc859959f829dde2654aef3c (patch)
treefc8569112cdf47a9f27fc778ab9bf9d4fecdcfbb /sshd_config.5
parentffe6549c2f7a999cc5264b873a60322e91862581 (diff)
upstream commit
remove UseLogin option and support for having /bin/login manage login sessions; ok deraadt markus dtucker Upstream-ID: bea7213fbf158efab7e602d9d844fba4837d2712
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.526
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
1491directives. 1491directives.
1492.It Cm UseLogin
1493Specifies whether
1494.Xr login 1
1495is used for interactive login sessions.
1496The default is
1497.Dq no .
1498Note that
1499.Xr login 1
1500is never used for remote command execution.
1501Note also, that if this is enabled,
1502.Cm X11Forwarding
1503will be disabled because
1504.Xr login 1
1505does not know how to handle
1506.Xr xauth 1
1507cookies.
1508If
1509.Cm UsePrivilegeSeparation
1510is specified, it will be disabled after authentication.
1511.It Cm UsePAM 1492.It Cm UsePAM
1512Enables the Pluggable Authentication Module interface. 1493Enables the Pluggable Authentication Module interface.
1513If set to 1494If set to
@@ -1596,9 +1577,6 @@ setting.
1596.Pp 1577.Pp
1597Note that disabling X11 forwarding does not prevent users from 1578Note that disabling X11 forwarding does not prevent users from
1598forwarding X11 traffic, as users can always install their own forwarders. 1579forwarding X11 traffic, as users can always install their own forwarders.
1599X11 forwarding is automatically disabled if
1600.Cm UseLogin
1601is enabled.
1602.It Cm X11UseLocalhost 1580.It Cm X11UseLocalhost
1603Specifies whether 1581Specifies whether
1604.Xr sshd 8 1582.Xr sshd 8