From 87db85274a38ecb7d7b8e93f1e56ba6498a1ade6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 6 Sep 2021 02:42:22 -0400 Subject: [PATCH] sshd: raise MaxStartups to 4096 --- sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd_config b/sshd_config index a18a610..4cb2b93 100644 --- a/sshd_config +++ b/sshd_config @@ -101,7 +101,7 @@ PrintMotd no # pam does that #UseDNS no #PidFile /run/sshd.pid PerSourceMaxStartups 1 -#MaxStartups 10:30:100 +MaxStartups 4096 #PermitTunnel no #ChrootDirectory none #VersionAddendum none