<html><body>
<p><font size="2" face="sans-serif">I have followed the instructions on </font><a href="https://wiki.openstack.org/wiki/Gerrit_Workflow"><font size="2" color="#0000FF" face="sans-serif"><u>https://wiki.openstack.org/wiki/Gerrit_Workflow</u></font></a><font size="3" face="serif"> </font><font size="2" face="sans-serif">and am trying to fetch the nova repository, but it fails with </font><font size="2" face="sans-serif">"Permission denied (publickey)." I believe this has something to do with my specific account on review.openstack.org, but not sure what.<br>
<br>
</font><font size="2" face="Courier">git remote add origin ssh://jmulsow@review.openstack.org:29418/openstack/nova.git<br>
git fetch origin<br>
Permission denied (publickey).</font><br>
<font size="2" face="Courier">fatal: Could not read from remote repository.</font><br>
<br>
<font size="2" face="Courier">Please make sure you have the correct access rights</font><br>
<font size="2" face="Courier">and the repository exists.</font><font size="2" face="sans-serif"><br>
<br>
I have double checked that my user name is correct on review.openstack.org and in my global git config where I am trying to do the fetch.<br>
<br>
I have checked my settings on review.openstack.org and verified that I have the correct public key saved. I have tried configuring keys 3 times now, and none of them worked. They are stored in the normal paths of ~/.ssh/id_rsa and ~/.shh/id_rsa.pub. <br>
<br>
I see the same error with git clone and 'ssh -vv -p 29418 jmulsow@review.openstack.org'. The output from ssh looks like it is looking in the right places for the key, I'm just not getting back the message that the server has accepted the key.<br>
...<br>
debug1: Authentications that can continue: publickey</font><br>
<font size="2" face="sans-serif">debug1: Next authentication method: publickey</font><br>
<font size="2" face="sans-serif">debug1: Offering RSA public key: /home/jmulsow/.ssh/id_rsa</font><br>
<font size="2" face="sans-serif">debug2: we sent a publickey packet, wait for reply</font><br>
<font size="2" face="sans-serif">debug1: Authentications that can continue: publickey<br>
...<br>
debug2: we did not send a packet, disable method</font><br>
<font size="2" face="sans-serif">debug1: No more authentication methods to try.</font><br>
<font size="2" face="sans-serif">Permission denied (publickey).<br>
<br>
Has anyone seen this before, or have any ideas?<br>
<br>
Thank you,</font><br>
<font size="2" face="sans-serif">Jennifer Mulsow<br>
Cloud Systems Software Development<br>
IBM Systems & Technology Group</font></body></html>