vote up 0 vote down star

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

flag

2 Answers

vote up 4 vote down check

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

link|flag
vote up -2 vote down

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

link|flag
This has nothing to do with the ssh password stored in the keychain. – Rudedog Nov 21 at 6:55

Your Answer

Get an OpenID
or
never shown

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