Clearing Passphrases for Private Keys
To clear the passphrase for a specified key from the cache, run the
following command, giving the key identifier as an argument:
# ssh-socks-proxy-ctl key-passphrase 1 --clear -a /tmp/ssh-SSHSP/ssh-socks-proxy
Alternatively, you can give the key hash value as the argument:
# ssh-socks-proxy-ctl key-passphrase d0fe9f7a24e531eabb8256205476b14133 \
--clear -a /tmp/ssh-SSHSP/ssh-socks-proxy
To clear passphrases for all keys, run the following command:
# ssh-socks-proxy-ctl key-passphrase --all --clear
-a /tmp/ssh-SSHSP/ssh-socks-proxy