On 29/08/2015 18:03, Martijn Grooten wrote:
Right clicking the window title of the PuTTy client
lets you see the
event log, which is the same (it seems) as ssh -v gives you.
Thanks for that - this is what I get:
2015-08-29 19:13:06 Looking up host "osprey.console.bitfolk.com"
2015-08-29 19:13:06 Connecting to 2001:ba8:0:1f1::8 port 22
2015-08-29 19:13:06 We claim version: SSH-2.0-PuTTY_Release_0.65
2015-08-29 19:13:06 Server version: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze6
2015-08-29 19:13:06 We believe remote version has SSH-2 channel request bug
2015-08-29 19:13:06 Using SSH protocol version 2
2015-08-29 19:13:06 Doing Diffie-Hellman group exchange
2015-08-29 19:13:06 Doing Diffie-Hellman key exchange with hash SHA-256
2015-08-29 19:13:07 Host key fingerprint is:
2015-08-29 19:13:07 ssh-rsa 2048 <deleted>
2015-08-29 19:13:07 Initialised AES-256 SDCTR client->server encryption
2015-08-29 19:13:07 Initialised HMAC-SHA1 client->server MAC algorithm
2015-08-29 19:13:07 Initialised AES-256 SDCTR server->client encryption
2015-08-29 19:13:07 Initialised HMAC-SHA1 server->client MAC algorithm
2015-08-29 19:13:11 Attempting keyboard-interactive authentication
2015-08-29 19:13:11 Server refused keyboard-interactive authentication
2015-08-29 19:13:11 Disconnected: No supported authentication methods
available (server sent: publickey,keyboard-interactive)
If not, did you try to connect to some other ssh
servers that you know
allow for password-based authentication, to see if this PuTTy client
(and/or its settings) gives you the password prompt.
Yes - as I said in my original post I can connect to my VPS through
keyboard-interactive authentication without any problems (and my other
Linux servers).
Thanks,
Mike