From f56f094c97633ca65a7ece3bfa42d9392069c16a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 6 Sep 2021 02:36:44 -0400 Subject: [PATCH] sshd: limit per-source max startups to 1 --- sshd_config | 1 + 1 file changed, 1 insertion(+) diff --git a/sshd_config b/sshd_config index efc7dce..32d527c 100644 --- a/sshd_config +++ b/sshd_config @@ -100,6 +100,7 @@ PrintMotd no # pam does that #ClientAliveCountMax 3 #UseDNS no #PidFile /run/sshd.pid +PerSourceMaxStartups 1 #MaxStartups 10:30:100 #PermitTunnel no #ChrootDirectory none