What setups/softwares do you use to secure your server?

All I do is run the process as user with no login shell.

The topic came to mind after reading this post Is Authelia enough without fail2ban or crowdsec?

you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 23 hours ago

User process makes sense, but login shell is probably limited value. If your service gets pwn'd the attacker will spin up a reverse shell, and that isn't protected by the login shell. You ideally want to use selinux/apparmor to prevent execution, or containers to limit the available execution environment.

  • source