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