gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d516ecff0b46fd15a5891b3e793b196885626323
parent 22e307880062bf0171071d854955d5981c4a7c44
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Sat, 15 Nov 2025 13:30:54 +0100

Disabled setting that causes issues with successfull git operations

Diffstat:
Msrc/ssh.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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