Skip to content

Instantly share code, notes, and snippets.

<!--
You are authenticated as: anonymous
Groups that you are in:
Permission you need to have (but didn't): hudson.model.Hudson.Read
... which is implied by: hudson.security.Permission.GenericRead
... which is implied by: hudson.model.Hudson.Administer
-->
@rohanpn
rohanpn / log
Last active August 29, 2015 14:23
jenkins-log
[06/29/15 15:53:55] [SSH] Opening SSH connection to a,b,c,d:22.
2 ERROR: Server rejected the 1 private key(s) for kiran (credentialId:d97f9a48-9d60-4588-8f3f-33e836c34b67/method:publickey)
3 ^[[8mha:AAAAWB+LCAAAAAAAAP9b85aBtbiIQSmjNKU4P08vOT+vOD8nVc8DzHWtSE4tKMnMz/PLL0ldFVf2c+b/lb5MDAwVRQxSaBqcITRIIQMEMIIUFgAAckCEiWAAAAA =^[[0mERROR: Failed to authenticate as kiran with credential=d97f9a48-9d60-4588-8f3f-33e836c34b67
4 ^[[8mha:AAAAWB+LCAAAAAAAAP9b85aBtbiIQSmjNKU4P08vOT+vOD8nVc8DzHWtSE4tKMnMz/PLL0ldFVf2c+b/lb5MDAwVRQxSaBqcITRIIQMEMIIUFgAAckCEiWAAAAA =^[[0mjava.io.IOException: Publickey authentication failed.
5 at com.trilead.ssh2.auth.AuthenticationManager.authenticatePublicKey(AuthenticationManager.java:315)
6 at com.trilead.ssh2.Connection.authenticateWithPublicKey(Connection.java:467)
7 at com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPublicKeyAuthenticator.doAuthenticate(TrileadSSHPublicKeyAuthent icator.java:109)
8 at com.cloudbees.jenkins.plugins.sshcr