On 18 Dec 2011, at 14:37, Alan Schussman wrote:
I'm encountering what may be the same issue trying to use GitHub and push a commit. Using TM1 and the terminal work fine, but TM2 fails and returns "Permission denied (publickey)." to see what's happening in TM2 I dia "ssh -vT git@github.com^R" and compared its output to the same command in TM1. Here's a snippet:
debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering RSA public key: /Users/alan/.ssh/id_rsa
Is this the correct private key for the server in question?
Thinking perhaps it’s an issue of not reading .ssh/config or similar, that would otherwise have instructed it to use another key.