Skip to content

Instantly share code, notes, and snippets.

@seanbuscay
Created July 15, 2015 18:03
Show Gist options
  • Save seanbuscay/a97c8a08528ebae9a30f to your computer and use it in GitHub Desktop.
Save seanbuscay/a97c8a08528ebae9a30f to your computer and use it in GitHub Desktop.
SSH keys
# start the ssh-agent in the background
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment