diff options
| author | 2025-11-15 13:30:54 +0100 | |
|---|---|---|
| committer | 2025-11-15 13:30:54 +0100 | |
| commit | 9f6a42ca81e2267b27646be33a7f385cb2919b2d (patch) | |
| tree | 2885279c79e159d98c4b81ca1a2b7355b347ac25 | |
| parent | c1e5dcbd43e4d301dbe56ed2e63426765361292e (diff) | |
Disabled setting that causes issues with successfull git operations
| -rw-r--r-- | src/ssh.conf | 3 |
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 |
