Versions Compared

Key

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

...

The preferred method of authenticating users for accessing the system is through the use of SSH keys. The user generates their own key pair and sends the public key portion to the server administrator for enabling the account.

Create

...

administrator account

A user account needs to exist to which the SSH key will be associated. If the user account does not already exist, create it.

...

Create the user account.

Code Block
sudo useradd 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.

...

Create administrator account using instructions above.

User .ssh folder

Setup the user SSH folder.

...