Hostgator SSH "Too many authentication failures"


Recently I was facing issue using regular ssh connection (no public key auth) to hostgator using the command

ssh myname@mysite.com -p 2222
> Too many authentication failures for myname

This is the command to use when you want to enter login/pwd:

ssh myname@mysite.com -p 2222 -o PubkeyAuthentication=no

Popular posts from this blog

Soving AccessDenied on Google Cloud Storage domain mapping

Fixing "DerInputStream.getLength(): lengthTag=109, too big" in Android Studio

Simple Samba setup on Lubuntu