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