If I try to connect to a certain server with
ssh example.com
ssh aborts with Too many authentication failures because I have more than 5 ssh keys in my .ssh folder and it loops through all those keys with none of them fitting (detailed description here)
How can I tell ssh not to look in my keys and just give me the password prompt?