Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] EGit with gitolite


Hi Matthias,

Setting up GIT_SSH seems to do the trick.  I was able to
push to a remote repository.

Thanks much,

Eric


Quoting Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>:

2011/5/20 <eric@xxxxxxxxxxxx>

Quoting Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>:

 - "SSH2 home" under preference "General > Network Connections > SSH2"
 should point to the directory where the ssh keys are located
- is the environment variable HOME pointing to your user home directory
 containing .gitconfig and .ssh folder ?
- can you load the private ssh key from Eclipse ?
 to check that go to tab "Key Management" under
 preference "General > Network Connections > SSH2"
 and try to load the private key


Yes, I have played around with the key settings in General > Network
Connections > SSH2.  When the dialog comes up asking for the passphrase, it
shows
the key it is using, in this case /home/eric/.ssh/id_rsa  which is the
correct key. ${HOME} is pointing to my home directory.


You may try to set GIT_SSH in order to use an external SSH implementation,
maybe you use a type of keys jsch doesn't understand.

--
Matthias





Back to the top