Versions Compared

Key

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

...

Note: If you run into permissions errors on the key files (usually errors will take the form of something similar to: Permission denied (publickey)) we recommend running the following commands then reattempting to ssh using your key files.

Code Block
chmod 0600cd -R ~/.ssh                                           #sets# go to location in which your ssh keys are located
chmod 600 id_edsa id_edsa-cert.pub                  # sets appropriate permissions for the .ssh private keys 
ssh-add                                             #configures# configures ssh agent for certs when not natively supported