diff options
Diffstat (limited to 'src/ssh.conf')
| -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 |
