On 2014-02-13 09:16:26 +0000 (+0000), [email protected] wrote: [...] > I get this error when I connect to review.openstack.org > > root@Freescale-CI:~# ssh -p 29418 review.openstack.org gerrit stream-events > Permission denied (publickey). [...]
Chances are you need to provide your service account username as part of the command line: ssh -p 29418 [email protected] gerrit stream-events See if that helps. -- Jeremy Stanley _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
