Skip to content

Instantly share code, notes, and snippets.

@rohanpn
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohanpn/75624570bad43981903e to your computer and use it in GitHub Desktop.
Save rohanpn/75624570bad43981903e to your computer and use it in GitHub Desktop.
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.sshcredentials.SSHAuthenticator.authenticate(SSHAuthenticator.java:408)
9 at com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.authenticate(SSHAuthenticator.java:428)
10 at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1173)
11 at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:701)
12 at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:696)
13 at java.util.concurrent.FutureTask.run(FutureTask.java:262)
14 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
15 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
16 at java.lang.Thread.run(Thread.java:745)
17 Caused by: java.io.IOException: Invalid PEM structure, '-----BEGIN...' missing
18 at com.trilead.ssh2.crypto.PEMDecoder.parsePEM(PEMDecoder.java:138)
19 at com.trilead.ssh2.crypto.PEMDecoder.decode(PEMDecoder.java:313)
20 at com.trilead.ssh2.auth.AuthenticationManager.authenticatePublicKey(AuthenticationManager.java:224)
21 ... 11 more
22 [06/29/15 15:53:56] [SSH] Authentication failed.
23 hudson.AbortException: Authentication failed.
24 at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1178)
25 at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:701)
26 at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:696)
27 at java.util.concurrent.FutureTask.run(FutureTask.java:262)
28 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
29 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
30 at java.lang.Thread.run(Thread.java:745)
31 [06/29/15 15:53:56] Launch failed - cleaning up connection
32 [06/29/15 15:53:56] [SSH] Connection closed.
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment