How can I get ssh-agent working over ssh and in tmux (on OS X)?
- by Rich
I have a private key set up for my github account, the passphrase to which is, I believe, stored in OS X's keychain. I certainly don't have to type it in when I open a terminal window and enter ssh git@github.com.
However, when I'm running bash over an ssh session, or locally inside a tmux session, I have to type in the passphrase every single…