← Back to team overview

openstack team mailing list archive

Problem with Gerrit Workflow (probably with ssh public key)

 

I'm having problems trying to follow the steps in Gerrit Workflow Quick Reference (wiki.openstack.org/GerritWorkflow), in fact I'm failing on the first step.  When I try and get the list of available projects I'm getting the failure:

	Permission denied (publickey).

I've uploaded my public key and this key does work when I `ssh' into other machines so I think the key itself is correct but `review.openstack.org' seems to be unhappy with it.  Note that the machine I'm using is behind a NAT server but that hasn't caused problems with other `ssh' connections.  I've pasted the output from a `ssh -v ...' commenad but it doesn't really show anything.

If anyone has any ideas on what I'm doing wrong I would greatly appreciate it.

--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
Ph: 303/443-3786

--- cut here for log ---
OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /home/n0ano/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to review.openstack.org [173.203.103.119] port 29418.
debug1: Connection established.
debug1: identity file /home/n0ano/.ssh/identity type -1
debug1: identity file /home/n0ano/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-1024
debug1: identity file /home/n0ano/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: Remote protocol version 2.0, remote software version GerritCodeReview_2.2.1-4-g4b9d4ed (SSHD-CORE-0.5.1-R1095809)
debug1: no match: GerritCodeReview_2.2.1-4-g4b9d4ed (SSHD-CORE-0.5.1-R1095809)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host '[review.openstack.org]:29418' is known and matches the RSA host key.
debug1: Found key in /home/n0ano/.ssh/known_hosts:17
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/n0ano/.ssh/identity
debug1: Offering public key: /home/n0ano/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Offering public key: /home/n0ano/.ssh/id_dsa
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).