I want to use GnuPG’s ssh-agent implementation, so I need to find a way to not have ssh-agent launched with KDE.
How does ssh-agent get launched?
The parent PID 2271 points to startkde, in which I could only find a comment recommending to start ssh-agent and gpg-agent via a script in /usr/share/kde4/env or ~/.kde4/env but no luck there. Also, ck-launch-session seems to be part of ConsoleKit, I thought that had been phased out? :dont-know:
What am I missing? Thanks!
How does ssh-agent get launched?
Code:
$ ps -eF |grep ssh
user 2124 2017 0 2697 688 1 Mar07 ? 00:00:00 /usr/bin/ck-launch-session /usr/bin/gpg-agent --sh --daemon --write-env-file /home/user/.gnupg/agent.info /usr/bin/ssh-agent /etc/X11/xinit/xinitrc
user 2272 2271 0 4264 1000 0 Mar07 ? 00:00:09 /usr/bin/gpg-agent --sh --daemon --write-env-file /home/user/.gnupg/agent.info /usr/bin/ssh-agent /etc/X11/xinit/xinitrc
user 2274 2271 0 3141 500 2 Mar07 ? 00:00:01 /usr/bin/ssh-agent /etc/X11/xinit/xinitrc
What am I missing? Thanks!