-
Bug
-
Resolution: Duplicate
-
Critical
-
Master is a Windows 64 Bit VM with 6 Linux slave Nodes
Slave nodes fail to start, Error Log shows,
[04/08/13 18:22:49] [SSH] Opening SSH connection to <Slave Hostname>:22.
[04/08/13 18:22:53] [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:223)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[04/08/13 18:22:53] [SSH] Connection closed.
- duplicates
-
JENKINS-17366 ssh slave login via keyfile not working in 0.23
-
- Closed
-
Problem overcome using a workaround: setting user/password to a local server user instead of the default (leaving the user/password setting empty so it uses a special jenkins account) - seems something has been changed reguarding the jenkins local user.