summaryrefslogtreecommitdiff
path: root/src/ssh.conf
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-11-15 13:30:54 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-11-15 13:30:54 +0100
commit9f6a42ca81e2267b27646be33a7f385cb2919b2d (patch)
tree2885279c79e159d98c4b81ca1a2b7355b347ac25 /src/ssh.conf
parentc1e5dcbd43e4d301dbe56ed2e63426765361292e (diff)
Disabled setting that causes issues with successfull git operations
Diffstat (limited to 'src/ssh.conf')
-rw-r--r--src/ssh.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ssh.conf b/src/ssh.conf
index a703087..eff0985 100644
--- a/src/ssh.conf
+++ b/src/ssh.conf
@@ -27,7 +27,8 @@ PermitTunnel no
MaxStartups 10:30:100
# max 3 unauthenticated per IP
-PerSourceMaxStartups 3
+# disabled due to issues even with successfull git commands
+#PerSourceMaxStartups 3
# Garbage collection of unauthenticated connections
LoginGraceTime 10