-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Report permissions denied in internal SSH #13953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report permissions denied in internal SSH #13953
Conversation
This PR standardizes reporting of permission denied from the internal ssh. Signed-off-by: Andrew Thornton <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #13953 +/- ##
==========================================
- Coverage 42.14% 42.12% -0.02%
==========================================
Files 710 710
Lines 77211 77219 +8
==========================================
- Hits 32537 32531 -6
- Misses 39325 39336 +11
- Partials 5349 5352 +3
Continue to review full report at Codecov.
|
I've marked this as backport as I think this is likely to be helpful to other places |
Continuing on from go-gitea#13953 continue to improve and standardise logging from internal SSH. Also updates the fail2ban setup Signed-off-by: Andrew Thornton <[email protected]>
…#13962) Continuing on from #13953 continue to improve and standardise logging from internal SSH. Also updates the fail2ban setup Signed-off-by: Andrew Thornton <[email protected]>
I've removed backport as it would break fail2ban configurations in the wild. |
This PR standardizes reporting of permission denied from the internal ssh.
Signed-off-by: Andrew Thornton [email protected]