Hi,
I'm trying to connect to a Mac from a Jenkins 1.558 instance running on Windows 7 using the SSH plugin.
I am getting the following log messages:
Jul 21, 2014 10:21:39 AM org.jvnet.hudson.plugins.SSHBuildWrapper$DescriptorImpl doLoginCheck
SEVERE: Auth fail
Jul 21, 2014 10:21:39 AM org.jvnet.hudson.plugins.SSHBuildWrapper$DescriptorImpl doLoginCheck
SEVERE: Can't connect to server
The server hostname/username/password are configured correctly. I have verified connection from a command line SSH using PUTTY on the Jenkins machine as well as an alternate machine using username/password authentication.
On the remote machine, I receive the following error message:
Jul 21 10:31:49 XXXX sshd[36671]: error: Received disconnect from XX.XX.XX.XX: 3: com.jcraft.jsch.JSchException: Auth fail [preauth]
How can I investigate this further?
Thanks
Tim