bookmark

ssh - Too many authentication failures for *username* - Super User


Description

To prevent irrelevant keys from being offered, you have to explicitly specify this in every host entry in the ~/.ssh/config (on the client machine) file by adding IdentitiesOnly like so:

Host www.somehost.com IdentityFile ~/.ssh/key_for_somehost_rsa

Preview

Tags

Users

  • @jil

Comments and Reviews