I see a lot of the most recent tutorials only detail securing a droplet with UFW or the DO droplet firewall. I recall a number of years ago there were many tutorials advocating Fail2Ban etc. are these still recommended?
I currently use SSH with public key login only, no passwords and wish to use my droplet to host a Postgres database for remote usage whilst developing a django app which I’ll eventually host on DO.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
There is no “one size fits all” solution for security, but generally, utilities such as
fail2ban
are good to have installed :)You’ve already done a decent job of securing your server, but some things you should do are:
(there are definitely more things you can do, but this is just a small list of things I have off the top of my mind right now)
I hope this helps!
Aaron