Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > f689f3dbde95c48b37fecb5770f5482f > files > 7

ksshaskpass-0.5.3-2.fc15.i686.rpm

KSSHAskpass
-----------

This is a KWallet-enabled ssh-askpass application.
It allows you to add identities to the ssh-agent
while storing the passphrases in KWallet.

To enable it, just create a script like this:
--------------------------------
#!/bin/sh
SSH_ASKPASS=/usr/bin/ksshaskpass
export SSH_ASKPASS
exec ssh-add
--------------------------------
put it in ~/.kde/Autostart/ and make it executable.

Next time you login, ssh-add will use ksshaskpass
as a password entry front-end.