show/hide this revision's text 2 note for public key

I would normally suggest the following:

  1. Use a blank root password.
  2. Disable telnet
  3. Set ssh for no-root-login (or root login by public key only)
  4. Disable su to root by adding this to the top of /etc/suauth: 'root:ALL:DENY'
  5. Enable secure tty for root login on console only (tty1-tty8)
  6. Use sudo for normal root access

Now then, with this setting, all users must use sudo for remote admin, but when the system is seriously messed up, there is no hunting for the root password to unlock the console.

EDIT: other system administration tools that provide their own logins will also need adjusting.

show/hide this revision's text 1

I would normally suggest the following:

  1. Use a blank root password.
  2. Disable telnet
  3. Set ssh for no-root-login
  4. Disable su to root by adding this to the top of /etc/suauth: 'root:ALL:DENY'
  5. Enable secure tty for root login on console only (tty1-tty8)
  6. Use sudo for normal root access

Now then, with this setting, all users must use sudo for remote admin, but when the system is seriously messed up, there is no hunting for the root password to unlock the console.