Gerrit Workflow

Asked by Gary Kotton

Hi,
I am following the instructions on http://wiki.openstack.org/GerritWorkflow.
When I run ssh -p29418 -o StrictHostKeyChecking=no $<email address hidden> gerrit ls-projects I get the following error:-
Permission denied (publickey).

I have uploaded my public key to https://launchpad.net/~garyk/+editsshkeys

Any ideas?

Thanks
Gary

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Sateesh
Solved:
Last query:
Last reply:
Revision history for this message
Best Sateesh (sateesh-chodapuneedi) said :
#1

Hi Gary,

I was in the same page few days back!
I have resolved this by adding my ssh public key at review.openstack.org.

Here are the steps:-

1) Goto https://review.openstack.org/
2) Click "Signin" link on the top right corner
3) Use your launchpad login/credentials to sign in.
4) Click "Setttings" link on the top right corner
5) Click "SSH Public Keys" in the menu present at left pane
6) Click on "Add Key" button in the page
7) Paste your public key in the text box there and click "Add" button

You should be ready to go :)

Revision history for this message
Gary Kotton (garyk) said :
#2

Thanks!