5 ms·
How did you secure your server? How do you know it got hacked?
by pipu 11y ago
How did you secure your server?
How do you know it got hacked?
- yuashizuki 11y agoevery 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...