Skip to content

Instantly share code, notes, and snippets.

@valikos
Created January 31, 2015 11:33
Show Gist options
  • Save valikos/9fafe84eb9cf6067740e to your computer and use it in GitHub Desktop.
Save valikos/9fafe84eb9cf6067740e to your computer and use it in GitHub Desktop.
Eval ssh
# start the ssh-agent in the background
eval "$(ssh-agent -s)"
# Agent pid 59566
ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment