Community
Participate
Working Groups
Eclipse has a special preference that keeps location of where known hosts and private keys are stored -- org.eclipse.jsch.internal.core.PreferenceInitializer.SSH_HOME_DEFAULT. org.eclipse.jgit.transport.SshConfigSessionFactory seems to ignore it and always use "$HOME/.ssh". This may do a difference for old Eclipse where the default on Windows was "$HOME/ssh" (no .). See also bug 294925.
This is an EGit issue, EGit needs to setup the session factory correctly.
*** This bug has been marked as a duplicate of bug 398085 ***