SSH : Too many authentication failures for [user]

If you are recieving this error (or "connection reset by peer"), your client is having trouble authenticating with the server. This is probably caused by having multiple identity keys in your .ssh directory.

To fix this problem, you can use the command line or the configuration file.

Command Line Solution

Disable public key authentication. When entering the command to connect via SSH, add this argument before you type in your user name and password:

-o PubkeyAuthentication=no


Configuration File Solution

Add the following line to your .ssh/config file to force non-key authentication:

IdentitiesOnly yes

 

  • 32 Users Found This Useful
Was this answer helpful?

Related Articles

Is it a problem if I'm not in the US?

Not at all! In fact, we already have customers in countries all over the world.

I uploaded my page but it's not working!

Make sure that you are uploading to the public_html or www folder.  Only the files placed...

What is an error 404 page?

Error 404 indicates that you are requesting a file or a directory that does not exist on the...

Can I run scripts like Wordpress, Joomla, or phpBB on my site?

Absolutely! We make it extremely easy to install over 250 different scripts via the Softaculous...

Can I upgrade my plan or features later?

Upgrades/Addons are available to purchase at any time through your Client Area dashboard. Once...