I am trying to get a Gitolite server going on a CentOS machine, but I can't seem to access it from an Eclipse on a Windows laptop.
I can clone the admin repository from a local account and from the remote computer with command line git, (git clone git@192.168.2.96:gitolite-admin
) but when I try to do it from Eclipse I get nothing but Auth fail
messages.
The key is in C:\Users\<username>\.ssh
and Eclipse's SSH2 home
directory is pointing there.