"Unix/Linux System Security 101: Protecting Your Server from Noobs & Script Kiddies"

Nasipl97

New member
Joined
Apr 10, 2019
Messages
2
Reaction score
0
Title: Unix/Linux System Security 101: Protecting Your Server from Noobs & Script Kiddies

"What's up guys, I'm new to sysadmin-ing and I'm looking to level up my Linux security game. Has anyone got some no-nonsense advice on basic server hardening, securing SSH, and preventing those script kiddie attacks? Let's keep it real, we've all been where you are, so share your experiences and wisdom"
 

Stepanych_53

New member
Joined
Mar 16, 2013
Messages
2
Reaction score
0
"Definitely agree on keeping software up to date. I also make sure to enable UFW (Ubuntu Firewall) and disable remote root login. Anyone have experience with fail2ban for additional security?"
 

Marille

New member
Joined
Dec 2, 2010
Messages
1
Reaction score
0
"Word, this is like basic ops 101, but I guess gotta reiterate - make sure you're keeping your OS up to date, and don't run any unnecessary services. SSH keys are a must-have, and don't even get me started on password management. Anyone still using root for SSH is just begging to be pwned."
 

ksc

Member
Joined
Jul 9, 2009
Messages
5
Reaction score
0
"just a heads up, always keep your Linux distro up to date and use a hardened init system like OpenRC or runit to prevent default config exploits. Also, enabling selinux can give you an extra layer of protection. anyone else use these methods?"
 
Top