Community
Participate
Working Groups
JGit+EGit 0.11.0.201101140331 I'm under Windows, running cygwin with ssh daemon. I've uploaded my public key to .ssh, so each time I do "git clone ssh://..." in msysgit I'm asked to enter a passphrase for the key. This is fine, but when I enter the same URI in EGit I'm asked for my password (not the passphrase). Does git honor authentication methods order from "Network connections > SSH2 > Authentication Methods (tab)"? iiuc, the situation described above could happen only when the "publickey" method had been manually set as less preferred than "password". Is it related to bug 326526?
Created attachment 187213 [details] Cloning in msysgit
Created attachment 187214 [details] Cloning in EGit
I had SSH2 home set to "$HOME/ssh", which was empty. After resetting the preference to "$HOME/.ssh", where my private key actually is, EGit asked me for the passphrase. The ssh/.ssh issue (bug 294925) may be really confusing. Marking this one as invalid.