PSS-UNIX's SGI Security Details

Security is Everyone's Job!

This page provides details about SGI Irix security precautions. There is also a shorter page in "checklist" format.

If you have just installed Irix, you should also examine PSS-UNIX's SGI Post-install page.

  • Disable root login from anywhere but the system console. This forces administrators to su to root, and would also keep an intruder from remotely logging in as root even if s/he somehow knew the root password.

  • Install the xntpd package from ftp.uga.edu to keep the clock on time. Some security attacks are predicated on an incorrect system clock.

    xntp is part of the ugasetup package distributed by PSS-UNIX. It also includes networking setup. To download and install:

            cd /usr/tmp/
            ftp ftp.uga.edu
            cd /pub/unix/sgi
            binary
            get ugasetup62.tardist
            quit
    
            tar xvf ugasetup62.tardist
            inst -f .
            install 
            go
            quit

    You should also turn off timed, another time daemon.

    	/sbin/chkconfig timed off
    	/etc/killall timed
    	

  • Set up the system logs, and know what to check for

    You do not want users to be able to look at the system log (/var/adm/SYSLOG) since the login information is in that file, and sometimes users will type all or some of their passwords at the username prompt and this is written to the system log.

    Edit the file /usr/spool/cron/crontabs/root CAREFULLY and make the following change:

    Now change the permissions on the existing SYSLOG file:

    chmod 600 /var/adm/SYSLOG
      


    Last modified: Thursday, 13-Mar-2003 14:55:21 EST
    URL: http://www.uga.edu/~ucns/wsg/security/sgidetails.html