Login on http://code.fairphone.com/gerrit/ & ssh access

Hi,

I tried to create a new account on http://code.fairphone.com/gerrit

The login process doesn’t success often. I am redirected to the login page.
Once, I succeed in gettint into my account and adding a ssh pub key.

But I get “Permission denied (publickey).” on the “repo init -u ssh://code.fairphone.com:29418/fp2-dev/manifest -b fp2-sibon” command.

Is there somme known issues?

Thanks.

Could be a name mismatch, see here (especially the later posts):

Hi!

I took the http version, as I didn’t succeed with ssh.

I can’t connect to gerrit, I am always redirected to http://code.fairphone.com/gerrit/login/%23%2Fregister%2Fq%2Fstatus%3Aopen

I am using https://login.launchpad.net/ . On launchpad log, I can see the login request from gerrit.

Thx for your help

I can’t login with Google either.

the login issue on code.fairphone.com/gerrit seems to be fixed!

I was able to set my username in https://code.fairphone.com/gerrit/#/settings/

and with this configuration in ~/.ssh/config , with [username] equal to what you have set in gerrit, repo init with ssh works

host code.fairphone.com
Hostname code.fairphone.com
User [username]
port 29418
IdentityFile ~/.ssh/id_rsa_file

Hm, I’m getting server error 500 when adding SSH public key to the gerrit server ((

Does it work OK for somebody, I mean if it happens only with my account, or it is a general issue?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.