-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Ubuntu
I updated to 1.480.3 (from 1.480.2) so i also updated all plugins
-> so ssh-slaves was updated from 0.22 to 0.23
The upgrade process seems to have created all needed entries for the ssh-credentials plugin. But they are not working (keyfile + pwd type)! [TRACE]
The same effect appears when i create the new entry manually. Which does NOT work when:
- using "Enter directly"
- using "From a file on Jenkins master " with relative or absolute path
- using "From the Jenkins master ~/.ssh"
- using not the keyfile password but the password of the user
There also no changes in the error message when typing in a wrong username, or a wrong password.
It only works when loging in with username password combination. So i would say the keyfile authentication is completely broken.
PS: via plain ssh i can login with that keyfile.
TRACE:
[03/26/13 16:51:01] [SSH] Opening SSH connection to 192.168.0.24:22.
[03/26/13 16:51:01] [SSH] Authentication failed.
hudson.AbortException: Authentication failed.
at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:907)
at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:462)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:224)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
[03/26/13 16:51:01] [SSH] Connection closed.
- is duplicated by
-
JENKINS-17519 After upgrading to Jenkins 1.510 from Jenkins 1.508 Slave Nodes will not come online
-
- Resolved
-
-
JENKINS-17839 1.514 breaks SSH nodes
-
- Closed
-
I'm seeing something similar, where when I select the correct credential with the right username it works, but when I come back later the credential in the slave config has mysteriously changed to be the user of the Master and Jenkins can no longer log into the slave.