Skip to content

Instantly share code, notes, and snippets.

@orenhe
Created January 17, 2013 12:32
Show Gist options
  • Select an option

  • Save orenhe/4555631 to your computer and use it in GitHub Desktop.

Select an option

Save orenhe/4555631 to your computer and use it in GitHub Desktop.
Source this to try and setup the SSH agent path
# 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