15 ms·
every min they were brute forcing my sshd which I found from /var/log/auth.log also I saw a few unusual entries in my db.
by yuashizuki 11y ago
every min they were brute forcing my sshd which I found from
/var/log/auth.log also I saw a few unusual entries in my db.
- hakanderyal 11y agoDisable password access, use keys instead. And install fail2ban to prevent brute force attempts. Here is a good read about basic security: http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers http://plusbryan.com/my-first-5-minutes-on-a-server-or-essen...