Comment on Got my first script kiddy
Schwim@lemmy.zip 4 weeks ago
It wasn’t a script kiddy. It wasn’t even a human. You are going to be a very busy individual if you decide to report every port scan you find.
Comment on Got my first script kiddy
Schwim@lemmy.zip 4 weeks ago
It wasn’t a script kiddy. It wasn’t even a human. You are going to be a very busy individual if you decide to report every port scan you find.
MightBeFluffy@pawb.social 4 weeks ago
That’s what automation is for
sugar_in_your_tea@sh.itjust.works 4 weeks ago
Or 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.
dallen@programming.dev 4 weeks ago
Key-only SSH with fail2ban and I sleep easy a night.
WolfLink@sh.itjust.works 4 weeks ago
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)