Skip to content

Instantly share code, notes, and snippets.

@biera
Created December 4, 2014 09:26
Show Gist options
  • Save biera/6c20ed7e350fb57ea65b to your computer and use it in GitHub Desktop.
Save biera/6c20ed7e350fb57ea65b to your computer and use it in GitHub Desktop.
provide passphrase for you id_rsa once per session
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