Created
March 17, 2016 11:56
-
-
Save fvosberg/c4ff1928f4d72080ee05 to your computer and use it in GitHub Desktop.
Start SSH-Agent
This file contains 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
eval `ssh-agent` # or | |
exec ssh-agent bash | |
ssh-add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment