I am using Eclipse Indigo RC4 with EGit (bundled). I have a project which I have committed to my local repository, and now I want to push from that to a remote repository I have in GitHub.
Pushing / Pulling from the command line tools works fine (I have configured RSA key based SSH authentication).
But when I try to push from EGit (via SSH pointed to GitHub), I get a prompt to enter my pass phrase. But when I enter the correct pass phrase, it prompts again for the same (note: username appears as git because that's the default when using GitHub. I guess that wouldn't be a issue).
Under Eclipse preferences, I have double checked to ensure that it is configured to use the RSA tokens I have generated.