libosmocore: patch for big-endian architectures

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther holger at freyther.de
Fri May 27 19:36:39 UTC 2016


> On 27 May 2016, at 21:32, Ruben Undheim <ruben.undheim at gmail.com> wrote:
> 
>> In short, first be logged in on osmocom.org, then go to gerrit sign-in and
>> enter this openid url:
>> https://osmocom.org/openid
> 
> After struggling for some time I was finally able to logon and add the SSH key. I kept
> getting a blank window every time I tried to log in, but it worked in the end.
> 
> But now I get:
> 
>  "Unable to negotiate with 144.76.43.76 port 29418: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1"
> 
> 
> Seems to be some compatibility issues with the SSH versions.

not yet on the main page, but if you are willing to create a .ssh/config entry

Host            gerrit.osmocom.org
HostName        gerrit.osmocom.org
Port            29418
User            yourusername
KexAlgorithms        +diffie-hellman-group1-sha1
IdentityFile        ~/.ssh/id_rsa_gerrit.osmocom.org


I will explore if gerrit supports more key exchange algorithms.

holger




More information about the OpenBSC mailing list