Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-21 Thread Stephen Connolly
Unless the server key is larger than 2048 bits... that could cause issues if you don't have unlimited strength JCA installed... but I have not spent much time looking at the JSch based SSH connectors On 21 July 2014 09:23, Tim Myerscough wrote: > No, all characters are within the ASCII range. >

Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-21 Thread Tim Myerscough
No, all characters are within the ASCII range. On 21 July 2014 15:50, Stephen Connolly wrote: > Does the password contain any non-ASCII (i.e. outside the range 32-127) > characters? > > > On 21 July 2014 03:58, Tim Myerscough > wrote: > >> I've found a solution by configuring an SSH Keyfile. >

Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-21 Thread Stephen Connolly
Does the password contain any non-ASCII (i.e. outside the range 32-127) characters? On 21 July 2014 03:58, Tim Myerscough wrote: > I've found a solution by configuring an SSH Keyfile. > > Has anyone else experienced issues with username/password authentication > issues with the SSH Plugin? > >

Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-20 Thread Tim Myerscough
I've found a solution by configuring an SSH Keyfile. Has anyone else experienced issues with username/password authentication issues with the SSH Plugin? On Monday, 21 July 2014 10:33:22 UTC+8, Tim Myerscough wrote: > > Hi, > > I'm trying to connect to a Mac from a Jenkins 1.558 instance running

SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-20 Thread Tim Myerscough
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.jvne