Blame SOURCES/ksshaskpass-README.Fedora

949f52
KSSHAskpass
949f52
-----------
949f52
949f52
This is a KWallet-enabled ssh-askpass application.
949f52
It allows you to add identities to the ssh-agent
949f52
while storing the passphrases in KWallet.
949f52
949f52
To enable it, just create a script like this:
949f52
--------------------------------
949f52
#!/bin/sh
949f52
SSH_ASKPASS=/usr/bin/ksshaskpass
949f52
export SSH_ASKPASS
949f52
exec ssh-add
949f52
--------------------------------
949f52
put it in ~/.kde/Autostart/ and make it executable.
949f52
949f52
Next time you login, ssh-add will use ksshaskpass
949f52
as a password entry front-end.