From 6621ef2ca60ab572f83b1fb72eeb2f601c9fc583 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 10 Jan 2025 00:16:57 +0100 Subject: [PATCH] ssh: increase MaxStartups --- site/profiles/manifests/base.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/site/profiles/manifests/base.pp b/site/profiles/manifests/base.pp index 08bbe85..5b01dff 100644 --- a/site/profiles/manifests/base.pp +++ b/site/profiles/manifests/base.pp @@ -39,6 +39,7 @@ 'AllowAgentForwarding' => 'no', 'Protocol' => 2, 'Port' => 22, + 'MaxStartups' => '100:10:300', }, client_options => { 'Host *' => {