I got a huge reduction in random login attempts when I changed my ssh port away from the default.
(Of course I also have actual security measures like log in by key only)
Comment on Got my first script kiddy
sugar_in_your_tea@sh.itjust.works 3 days agoOr just close off the most common vectors, such as disabling root ssh login, doing key-only SSH auth, and block traffic from regions of the world you don’t need to support.
I got a huge reduction in random login attempts when I changed my ssh port away from the default.
(Of course I also have actual security measures like log in by key only)
dallen@programming.dev 2 days ago
Key-only SSH with fail2ban and I sleep easy a night.