cat /etc/ssh/sshd_config #MaxSessions 10 #ClientAliveCountMax 3 #MaxStartups 10:30:100
MaxSessions 表示一个连接最多的channel数,意味着并发使用只能有10个channel同时任务 如果需要更高的并发值,请调高此参数。
Last updated 2 years ago