Created
January 17, 2013 12:32
-
-
Save orenhe/4555631 to your computer and use it in GitHub Desktop.
Source this to try and setup the SSH agent path
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
| # Originally from https://github.com/scharan/Goodies/blob/master/ssh-agent-restore | |
| export SSH_AUTH_SOCK=$(\find /tmp/ssh-* -name agent.\* -uid $(id -u) | head -n 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment