UVA Linux Security

Be familiar with ITC's Linux Security page.

Suggested Check List - updated 30-Aug-2005

Security Check List

Item Descriptions

  1. Restrict Sendmail - in /etc/hosts.allow add this line:
    
           sendmail: 127.0.0.1
    
        
    This means that the local computer is the only IP that can send email. Sendmail is dangerous because people who send "spam" look for unix machines that accept mail from anyone and send it anywhere....Don't help spammers!!
  2. Turn off all unneeded inetd services.
  3. Edit RedHat Security Files - all these items have man pages


  4. Never allow anonymous users to send files to your FTP site.
  5. Read your security logs:
    /var/log/messages contains all root access allowed and all denied access


  6. If you manage a group of machines, make a root account on each machine with the same user id and a very strong password. (A strong password contains Capital Letters, punctuation, numbers and no English syllables!!)

  7. Do regular backups and regular updates (patches). With Red Hat FC2-4, there is a program called yum that can automatically fetch and install Red Hat patches. Put it in a cron file and run it daily.

    Test this service carefully before using it on a production machine.

    ITC offers an update service which is a mirror of Red Hat's site. To use it login as root and do the following:

According to SANS, Linux Administrators should be able to: