From 6b9d774e60050a9f5daa8afb7594fe3f203c3cec Mon Sep 17 00:00:00 2001 From: Melchior de Roquefeuil <melchior@cri.epita.fr> Date: Tue, 21 Sep 2021 18:32:16 +0200 Subject: [PATCH] fix(sshd): increase MaxStartups from 10:30:100 to 50:10:200, allowing up to 50 connections before dropping --- sshd_config | 1 + 1 file changed, 1 insertion(+) diff --git a/sshd_config b/sshd_config index 65de262..86a6260 100644 --- a/sshd_config +++ b/sshd_config @@ -1,5 +1,6 @@ PasswordAuthentication no ChallengeResponseAuthentication no +MaxStartups 50:10:200 GSSAPIAuthentication yes GSSAPICleanupCredentials yes -- GitLab