ssh IdentitiesOnly
If you get "Too many authentication failures for username" when using SSH, try using ssh -o 'IdentitiesOnly yes' instead. By default, ssh-agent will promiscuously offer many identities. Some hosts don't like that.
If you get "Too many authentication failures for username" when using SSH, try using ssh -o 'IdentitiesOnly yes' instead. By default, ssh-agent will promiscuously offer many identities. Some hosts don't like that.