Problem: Got the below error message when connecting to server by ssh.
Too many authentication failures for username.
Solution: Connect to server using the below command.
ssh -o PubkeyAuthentication=no [email protected]
Reference:
http://superuser.com/questions/187779/too-many-authentication-failures-for-username