Page tree

Versions Compared

Key

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

...

First check in your home folder that you have a .ssh directory and an authorized_keys. If you had used your account to access another server through ssh the directory may will have been created for you.automatically,

Code Block
languagebash
ls -al # which will show hidden directories
ls -al .ssh # given the .ssh directory exists

...