Skip to content

Instantly share code, notes, and snippets.

@DCRichards
Created March 28, 2018 13:39
Show Gist options
  • Save DCRichards/c9fdfba7143fff840f1863fb3b843d1b to your computer and use it in GitHub Desktop.
Save DCRichards/c9fdfba7143fff840f1863fb3b843d1b to your computer and use it in GitHub Desktop.
Adding an SSH key
cp id_rsa_mylib ~/.ssh
cp id_rsa_mylib.pub ~/.ssh
ssh-add ~/.ssh/id_rsa_mylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment