Le 06/11/2014 09:20, Eduard Matei a écrit :
<snip>
>
> When i click test connection it shows 
> "/var/lib/jenkins/gerrit/gerrit_key" is not a valid key file.
> This is the private key, i tried also with the .pub file, same error.

Could it be that the files are not readable by the jenkins unix username
that is being used to run jenkins?  I would attempt to reproduce it by:

 - connecting to the server
 - su as the jenkins user
 - confirm the keys are readable
 - attempt to ssh, something like:

   ssh -p 29418 \
      -i /var/lib/jenkins/gerrit/gerrit_key.pub \
      whateveru...@gerrit.wikimedia.org

Possibly turning on extra verbose output ( -vv ) which helps from time
to time.


-- 
Antoine "hashar" Musso

_______________________________________________
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Reply via email to