Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

Code Block
languagebash
cd ~/.ssh
cat ~/id_rsa.pub >> authorized_keys # appends the contents of the your public key to the authorized_keys file

cd ~
rm authorizedid_keysrsa.pub # no need to keep this file around

...