up vote 3 down vote favorite
share [g+] share [fb]

Mac OS X (Snow Leopard).

I accidentally selected the "remember password in my keychain" option when providing the ssh private key passphrase when connecting to a remote server.

Now, when I ssh to the server (even after reboots) it never prompts for the passphrase. How do I get it to prompt me again?

-M

link|improve this question

74% accept rate
feedback

2 Answers

up vote 7 down vote accepted

Open up Keychain Access (in /Applications/Utilities/), locate the SSH key (try typing SSH into the search box), right click and choose "Delete".

link|improve this answer
feedback

If you're familiar with the command line: rm ~/.ssh/known_hosts (Note, this will remove all hosts in the 'remembered' list.)

link|improve this answer
1  
This has nothing to do with the ssh password stored in the keychain. – Rudedog Nov 21 '09 at 6:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.