summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-02-05 02:37:56 +0000
committerDamien Miller <djm@mindrot.org>2016-02-08 21:58:28 +1100
commitcac3b6665f884d46192c0dc98a64112e8b11a766 (patch)
tree6739eff8ff48e4616a1e111a473c5f50a4392252 /sshd_config.5
parent5ef4b0fdcc7a239577a754829b50022b91ab4712 (diff)
upstream commit
better description for MaxSessions; bz#2531 Upstream-ID: e2c0d74ee185cd1a3e9d4ca1f1b939b745b354da
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.514
1 files changed, 11 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index d94c5f5c0..c8444610b 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.215 2015/11/13 04:38:06 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.216 2016/02/05 02:37:56 djm Exp $
37.Dd $Mdocdate: November 13 2015 $ 37.Dd $Mdocdate: February 5 2016 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1143,7 +1143,15 @@ Once the number of failures reaches half this value,
1143additional failures are logged. 1143additional failures are logged.
1144The default is 6. 1144The default is 6.
1145.It Cm MaxSessions 1145.It Cm MaxSessions
1146Specifies the maximum number of open sessions permitted per network connection. 1146Specifies the maximum number of open shell, login or subsystem (e.g. sftp)
1147sessions permitted per network connection.
1148Multiple sessions may be established by clients that support connection
1149multiplexing.
1150Setting
1151.Cm MaxSessions
1152to 1 will effectively disable session multiplexing, whereas setting it to 0
1153will prevent all shell, login and subsystem sessions while still permitting
1154forwarding.
1147The default is 10. 1155The default is 10.
1148.It Cm MaxStartups 1156.It Cm MaxStartups
1149Specifies the maximum number of concurrent unauthenticated connections to the 1157Specifies the maximum number of concurrent unauthenticated connections to the