Conversation

Replying to
If you're running recent OpenSSH sshd then check out PerSourceMaxStartups/PerSourceNetBlockSize for some anti-DoS measures Also turning off the non-ECC key exchange algorithms removes the major CPU hogs. Something like: KexAlgorithms=-diffie-hellman-* should work
1
6
Replying to
It's the current stable release on Linux: OpenSSH_8.7p1, OpenSSL 1.1.1l 24 Aug 2021. Configuration is at github.com/GrapheneOS/inf. PerSourceMaxStartups would have helped a lot. This was very small scale compared to the usual attacks on our web servers. It's weird to DoS SSH...
2