Comment on Suggestions for Improving Linux Server Security: Beyond User Permissions and Groups?

epyon22@programming.dev ⁨3⁩ ⁨weeks⁩ ago

I would reconsider docker because if a specific application leaks some sort of shell access or system file access you’ll be protected out side of container host escalation.

Unrelated to security, I prefer docker because it leaves the server very clean if you remove different apps. Can also save time configuring more complex applications or applications that conflict with system libraries.

Add fail2ban on your list of applications it watches logs for invalid logins and puts them on firewall block rules after so many failed attempts.

source
Sort:hotnewtop