Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • serveradmin - so staff users can work with manually setup apps
  • adm - so staff can view logs in apps setup using the sudo command
Code Block
langhtml
sudo usermod \-a \-G serveradmin,adm bhitch
sudo usermod \-a \-G serveradmin,adm jcassaday
sudo usermod \-a \-G serveradmin,adm wellis
Warning

At this point it is important to logout and log in with your staff account to continue your work.

Disable Direct Login as Root Through SSH

Normally having permit root login in ssh in Ubuntu is not a security issue. Root is simply disabled in the OS. This is a hosted Ubuntu only step where often the root account is enabled. This is dangerous because there are attackers out there looking for Unix/Linux boxes and trying to login via ssh using the username root and then a list of common passwords.

...