From 91017212b283051f02e1b5f9cc5fbc7a07b584d8 Mon Sep 17 00:00:00 2001 From: whitney Date: Wed, 29 Jan 2025 14:02:16 -0800 Subject: [PATCH] UPdate README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c34dc3c..04195e9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ PubkeyAuthentication yes I kept getting distributed login attempts against PWS ssh. Fixed with Fail2Ban (`https://github.com/fail2ban/fail2ban`). Refer to `https://www.linode.com/docs/guides/using-fail2ban-to-secure-your-server-a-tutorial/` for instructions to configure and then enable the service. (Imporant that you follow these to setup who is allowed). +Fail2Ban configuration lives in `/etc/fail2ban/...` and logs live in `/var/log/fail2ban.log`. +Search for bannings with `sudo zgrep 'Ban' /var/log/fail2ban.log*`. + #### Github CLI Install gh CLI tool. ```