Versions Compared

Key

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

...

  • Create the user account.

    Code Block
    sudo adduseruseradd username
  • Do not enter a password when prompted, as the SSH key will be the method of authentication.

  • If necessary, add the user to the sudo group.

    Code Block
    sudo usermod -aG sudo username

...