On 27 May 2016, at 21:32, Ruben Undheim ruben.undheim@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