On Tue, Oct 16, 2012 at 3:02 PM, Balasubramaniam Natarajan <[email protected]> wrote: > Hi
Hi, > I have a remote ssh server at the IP xx.yyy.zz.44 running on port 2500, I > am not sure why I don't get a password prompt. Has some one faced the same > problem ? I know the problem is not with the server because other are able > to login to that server. I tried from a different PC as well the result is > the same. Try ssh -o PreferredAuthentications=keyboard-interactive -o PubkeyAuthentication=no -p 2500 xx.yy.zz.44 It will not try the publickey authentication at all and prefer password. But, this is a workaround, you should find the actual problem. Maybe it's to do with the fact that you have DSA key and your server isn't configured to handle it and is expecting only RSA key. -- With Regards, Mehul Ved _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
