I specifically am making sure that Snow Leopard is not allowed to remember the SSH password in my keychain, but for some reason now when I login with my ssh key it IS NOT asking for my password now. Any thoughts?
Delete ~/.ssh/authorized_keys on the server and ~/.ssh/id_dsa.pub on the client if they're present.
Details.
There I can't help you. I thought it was a choice between key OR password authentication. Just a shot in the dark, what about changing the permissions on ~/.ssh/id_dsa.pub to 000 and then using sudo ssh?
Interesting. ssh should be able to access a file with 000 permissions when run as root, though.