[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 21:28:14 UTC 2011


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





--- Comment #3 from Jekyll Wu <adaptee gmail com>  2011-09-20 21:28:14 ---
I am not familiar with how gnome works, but I think that integration is
provided by gnome-keyring, not by gnome-terminal itself.

Here is what I find when running gnome3 :

$ env | grep SSH_AUTH_SOCK
SSH_AUTH_SOCK=/tmp/keyring-FL0ewA/ssh

That is interesting, because normally SSH_AUTH_SOCK is set as
"/tmp/ssh-xxxx/agent.<pid>" which is owned by ssh-agent.

`# fuser /tmp/keyring-FL0ewA/ssh` tells me that file is own by a process
running as `/usr/bin/gnome-keyring-daemon --start --components=ssh`

So it seems that gnome-keyring-daemon is doing the job of ssh-agent.

-- 
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