Blame SOURCES/ksshaskpass-README.Fedora

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