mirror of https://github.com/zulip/zulip.git
sshd_config: Increase MaxStartups.
This fixes connection problems when using the full Zulip recommended Nagios configuration against a given server.
This commit is contained in:
parent
73f54dd0cb
commit
11b5d203f7
|
@ -68,7 +68,7 @@ PrintLastLog yes
|
||||||
TCPKeepAlive yes
|
TCPKeepAlive yes
|
||||||
#UseLogin no
|
#UseLogin no
|
||||||
|
|
||||||
#MaxStartups 10:30:60
|
MaxStartups 20:30:60
|
||||||
#Banner /etc/issue.net
|
#Banner /etc/issue.net
|
||||||
|
|
||||||
# Commented out to prevent use of client locales. This causes problems
|
# Commented out to prevent use of client locales. This causes problems
|
||||||
|
|
Loading…
Reference in New Issue