Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Algorithm negotiation fail

looks like jsch [1], the ssh library used by JGit, doesn't support the algorithms your git server wants
see e.g. [2]. You may need a newer version of jsch or a change in the ssh configuration of your git server.


-Matthias

On Sun, Jun 7, 2015 at 3:43 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:

Ok thanks. I tried https but probably not htp. I filed a bug for this.

Cheers,

Wim

On Jun 7, 2015, at 09:32, John Arthorne <John_Arthorne@xxxxxxxxxx> wrote:
I have seen this too, although I was able to work around it by using http Git connection. We will need to investigate further on Monday.




From:        Wim Jongman <wim.jongman@xxxxxxxxx>
To:        orion-dev@xxxxxxxxxxx
Date:        06/05/2015 02:55 PM
Subject:        [orion-dev] Algorithm negotiation fail
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hi,

When pushing with Orion I get:

ssh://
wjongman@xxxxxxxxxxxxxxx/gitroot/www.eclipse.org/nebula.git: Algorithm negotiation fail

Can you please help me solve this?

Regards,

Wim
Inline image 1
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top