Created
January 31, 2015 11:33
-
-
Save valikos/9fafe84eb9cf6067740e to your computer and use it in GitHub Desktop.
Eval ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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