Mail Lists wrote:

> 
>   Since upgrading to f10 my autostart thing (desktop file to run
> ssh-add) doesn't work.
> 
Install ksshaskpass and follow the directions in 
/usr/share/doc/ksshaskpass-0.5.1/README.fedora, namely (copied from the file):

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.


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to