Somewhere to stick my notes on stuff I've learned. Hopefully it will come in useful to someone, somewhere.
Friday, November 21, 2014
ssh - Too many authentication failures for username
If you have a lot of servers you can run into problems when trying to login - you can get lots of errors like this :
ssh - Too many authentication failures for username
I found the following page which explains some solutions but the best one I found for me was below :
http://superuser.com/questions/187779/too-many-authentication-failures-for-username
Just use this format :
ssh -o PubkeyAuthentication=no username@hostname.com
As ever, it is best to use keyless login and disable standard password login, but if you get stuck, or can't then this will help !
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment