Comment on I use Zip Bombs to Protect my Server
airgapped@piefed.social 2 weeks agoSetting a random SSH port and limiting it to 3/min saw failed login attempts fall by 99% and jailed IPs fall to 0.
Comment on I use Zip Bombs to Protect my Server
airgapped@piefed.social 2 weeks agoSetting a random SSH port and limiting it to 3/min saw failed login attempts fall by 99% and jailed IPs fall to 0.
WFloyd@lemmy.world [bot] 2 weeks ago
I’ve found great success using a hardened ssh config with a limited set of supported
Cyphers
/MACs
/KexAlgorithms
. Nothing ever gets far enough to even triggerfail2ban
. Then of course it’s key only login from there.