A lot of anynymous IP addresses are being banned in the log

You should read about how to setup some additional IPSet blacklists for different services:

Limit access to your ssh service f.e. through firewall or /etc/hosts.allow

# Location 1 / Location 2 / Location 3
sshd: XX.XX.XX.XXX, XX.XX.XX.XXX, XX.XX.XX.XXX

Make sure you setup multiple ip’s in case one changes unexpectedly.
(I have f.e. some VPN ip’s to connect to when i’m on the road.)

Set /etc/hosts.deny

sshd: ALL
1 Like