I returned from vacation to find a "helpful" intern had installed some Mandriva 2011.0 updates on a linux server, and he had updated Cygwin to 1.7.16 on a Windows XP machine.
Prior to the updates, I could ssh from cygwin to the linux box using something like ssh user@johnny5
and I could login using my Linux user/pass. (sshd is configured for RSA public key authentication using local credentials.)
Now, when I attempt to login as before, I get:
$ ssh user@johnny5
Windows Authentication
Password:
Domain:
Nothing appears to have changed in sshd_config
, so I have no clue as to what broke my usual login method. (I'm tentatively blaming something on the Linux side - but I suppose it could have been the Cygwin update).
Any suggestions? Thanks...