mirror of
https://github.com/apache/cloudstack
synced 2026-08-27 16:23:41 +00:00
CLOUDSTACK-3652: Increase maximum connections of sshd server to 1000
In order to meet parallel deployment's requirement.
This commit is contained in:
parent
8f1799b71f
commit
bc0f68d424
@ -112,9 +112,11 @@ AcceptEnv LC_IDENTIFICATION LC_ALL
|
||||
#ShowPatchLevel no
|
||||
UseDNS no
|
||||
#PidFile /var/run/sshd.pid
|
||||
#MaxStartups 10
|
||||
#PermitTunnel no
|
||||
|
||||
MaxStartups 1000
|
||||
MaxSessions 1000
|
||||
|
||||
# no default banner path
|
||||
#Banner /some/path
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user