I have been putting my ssh identity files inside my ~/.ssh/ folder. I have probably about 30 files in there. When I connect to servers, I will specify the identity file to use with something like ssh -i ~/.ssh/client1-identity client1@10.1.1.10 However, if I do not specify an identity file, and just use something like this: ssh user123@example.com I get the error Too many authentication failures f