|
||||
|
Securing Your Linux InstallationBy Joshua Erdman I by no means claim that I am a Linux Security Expert, but I have picked up a trick or two that really help to secure a Linux box without having to go through a ridiculous amount of confusion and frustration. The first step is to check out what packages and services you have installed. There are a few that you definitely should install to protect your system. These are and SSH Daemon (this is like secure telnet) and IPTables (a firewall). The next thing to check are all the packages you should not install/start:
SSHOpen your SSH Daemon config file: su --login root This requires 2 levels of authentication. IPTablesThere is so much on IPTables it should be its own article. For now use the policy that everything is forbidden by default and then you only allow the access you need. Another really good idea is using gShield. It is a program that has all kinds of security settings and you do not have to be a network pro to get a decent firewall set up.Article last reviewed: 09/27/2006
|
Related Articles: |
||||||||