[Konsole-devel] [Bug 282417] konsole should pop-up a dialog to request for an ssh-key password and offer to save it in kwallet

Jekyll Wu adaptee at gmail.com
Tue Sep 20 23:29:30 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=282417





--- Comment #7 from Jekyll Wu <adaptee gmail com>  2011-09-20 23:29:29 ---
(In reply to comment #6)
> 

(In reply to comment #6)
> 

Yes, ssh-add always ignores SSH_AHSPASS and reads passphrase from stdin if
stdin is a tty.

Currently I run ksshaskpass automatically right after login into KDE, and it
prompts a dialog for opening kwallet. Here is an simple script
~/.kde4/Autostart/ksshaskpass

#!/bin/sh

if which ksshaskpass &> /dev/null ; then
    #SSH_ASKPASS=$(which ksshaskpass) ssh-add < /dev/null
fi

This is not as ideal as the on-demand way in gnome. But it is better than none.

Anyway, such integration is out of the scope of konsole and should be provided
by other component of KDE,  as in gnome. Just my 2 cents.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list