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

Solving: insufficient permissions for device: user in plugdev group; are your udev rules wrong

Simple Samba setup on Lubuntu