Zend certified PHP/Magento developer

How do I disable the caching of the keyfile password in SSH?

Is there a way to prevent SSH from caching the password when using an keyfile (i.e. using the -i option with the ~/.ssh/key_name file).

I want to use the password every time I SSH even if I’ve only logged out a few minutes earlier.