Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Helo with Egit error when accessing a repo using ssh

Hello, this question is not specific to WTP, but I wanted to try asking here, since Egit is used among WTP contributors.

Since last week, when I try to pull or push to any of the webtools repository for which I'm commiter using Egit, I get this error:

org.eclipse.jgit.api.errors.TransportException: ssh://user@xxxxxxxxxxxxxxx/gitroot/jeetools/webtools.ejb.git: Algorithm negotiation fail
        at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:223)
        at org.eclipse.jgit.api.LsRemoteCommand.call(LsRemoteCommand.java:159)
        at org.eclipse.egit.core.op.ListRemoteOperation.run(ListRemoteOperation.java:99)
        at org.eclipse.egit.ui.internal.clone.SourceBranchPage$8.run(SourceBranchPage.java:324)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: org.eclipse.jgit.errors.TransportException: ssh://user@xxxxxxxxxxxxxxx/gitroot/jeetools/webtools.ejb.git: Algorithm negotiation fail
        at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
        at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136)
        at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:262)
        at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161)
        at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:202)
        ... 4 more
Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail
        at com.jcraft.jsch.Session.receive_kexinit(Session.java:583)
        at com.jcraft.jsch.Session.connect(Session.java:320)
        at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
        ... 8 more


Has anybody else seen this error? Any advice/suggestion?

I know there were changes in the eclipse.org keys, so I updated the contents of my known_hosts file, but I still see the same error.

Pushing/pulling works fine if I use git command line.

I'm using Egit 3.7.0.201502260915-r, and I have tried different versions of Java 7 and 8, and different vendors.


Regards,

Roberto Sánchez Herrera

Back to the top