[zuul@jenkins-slave-setup .ssh]$ ll -a
total 24
drwx------ 2 zuul zuul 4096 Jun 11 11:13 .
drwx------ 6 zuul zuul 4096 Jun 11 11:40 ..
-rw------- 1 zuul zuul 143 Jun 11 11:13 config
-r-------- 1 zuul zuul 1675 Jun 11 10:14 id_rsa
-rw------- 1 zuul zuul 412 Jun 11 10:14 id_rsa.pub
-rw------- 1 zuul zuul 431 Jun 11 10:13 known_hosts
OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
debug1: Reading configuration data /home/zuul/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to jenkins-slave-setup [::1] port 29418.
debug1: Connection established.
debug1: identity file /home/zuul/.ssh/identity type -1
debug1: identity file /home/zuul/.ssh/id_rsa type 1
debug1: identity file /home/zuul/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version GerritCodeReview_2.10.4 (SSHD-CORE-0.14.0)
debug1: no match: GerritCodeReview_2.10.4 (SSHD-CORE-0.14.0)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host '[jenkins-slave-setup]:29418' is known and matches the RSA host key.
debug1: Found key in /home/zuul/.ssh/known_hosts:1
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: Offering public key: /home/zuul/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/zuul/.ssh/identity
debug1: Trying private key: /home/zuul/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).