vault backup: 2026-01-09 08:19:44

This commit is contained in:
2026-01-09 08:19:44 +01:00
parent 9c633cc9f4
commit 046afda107
2 changed files with 14 additions and 8 deletions

View File

@ -159,6 +159,11 @@ Mar 25 07:45:29 pineapple sshd[87808]: Disconnecting invalid user oracle 118.161
Mar 25 07:45:44 pineapple sshd[88058]: Invalid user sFTPUser from 118.161.193.40 port 54598
```
The default settings are semi-okay but the configuration file is located at `/usr/local/etc/sshguard.conf`
But important is to lock IPs out for 1d instead of 120sec. Set `BLOCK_TIME=86400` (which is in seconds). Also set cumalitive attack counter threshold to 10 with `THRESHOLD=10`.
See also https://forums.freebsd.org/threads/howto-set-up-and-configure-security-sshguard-pf.39196/
**Reverse shell**