diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 99b5621e7..0d8c140bf 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd_config.5,v 1.89 2008/05/07 08:00:14 jmc Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.90 2008/05/08 12:21:16 djm Exp $ |
38 | .Dd $Mdocdate: May 19 2008 $ | 38 | .Dd $Mdocdate: May 8 2008 $ |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -594,6 +594,9 @@ connection. | |||
594 | Once the number of failures reaches half this value, | 594 | Once the number of failures reaches half this value, |
595 | additional failures are logged. | 595 | additional failures are logged. |
596 | The default is 6. | 596 | The default is 6. |
597 | .It Cm MaxSessions | ||
598 | Specifies the maximum number of open sessions permitted per network connection. | ||
599 | The default is 10. | ||
597 | .It Cm MaxStartups | 600 | .It Cm MaxStartups |
598 | Specifies the maximum number of concurrent unauthenticated connections to the | 601 | Specifies the maximum number of concurrent unauthenticated connections to the |
599 | SSH daemon. | 602 | SSH daemon. |