Skip to content

Instantly share code, notes, and snippets.

@mehrancodes
Created October 24, 2018 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehrancodes/78f6064eb206ae058a950cd311a0c1c1 to your computer and use it in GitHub Desktop.
Save mehrancodes/78f6064eb206ae058a950cd311a0c1c1 to your computer and use it in GitHub Desktop.
How to use the ssh keys on another system
  • Copy the folder ~/.ssh to the other system you would like.
  • Change the ~/.ssh dir permission to 700 and ~/.ssh/* to 600
  • Add the private key identities to the authentication agent like so: ssh-add
  • It's done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment