I have had several ssh keys in my ~/.ssh/ directory until today and everything worked perfectly fine until I added 3 more keys. I noticed that after reboot I am not able to ssh to a server with a key anymore and I was able to before. When I inspect the ssh connection I can see that ssh is not even reading the key it should read, that's why I get Too mnay authentication failures. When add the key manually: ssh add path/to_key it works.
Why is it not working anymore? It used to work fine until I added a couple of more keys. I have around 10 private and public keys locally in total. Does that matter? Can you give me a hint or some kind of brief explanation how this thing works?