cute ssh story
i tried logging into an ssh server that was setup to kick you out after too many failed login attempts. by default, ssh will try all your public keys before going to keyboard-interactive. unfortunately, the number of keys i have is greater than the number of login attempts set up on the server, so it never asks me for my password. now i have to tell it to stop doing that :).