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
[–] 1 point 7 hours ago

I have 3 subnets. One for me, one for family members and one for the publicly accessible services I expose. Each process has limited access to the file system, no root shell and even in the case someone gains full control of it they can't reach other subnets. I use fail2ban too.

For the "me" part, I connect through a VPN. I'd like to run rootless docker services tho, or by using Podman

  • source