Bug 441123 - 2 SSH agents started in GNOME session
Summary: 2 SSH agents started in GNOME session
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-xinit
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-06 14:48 UTC by Dan Winship
Modified: 2009-09-15 12:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-15 12:54:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dan Winship 2008-04-06 14:48:38 UTC
In GNOME 2.22, gnome-keyring acts as an SSH agent. However, we still start the
traditional ssh-agent from /etc/X11/xinit/Xsession as well, wasting a little bit
of time and memory.

Comment 1 Adam Jackson 2008-04-08 21:21:05 UTC
Fixed (badly) in xorg-x11-xinit 1.0.7-7.

Comment 2 Wayne Walker 2009-07-18 23:24:07 UTC
I just upgraded F10 to F11 and now my gnome-session has no access to an authentication agent.  The code should only disable ssh-agent if gnome-keyring is actually accepting authentication credentials.  There is a keyring daemon running, but ssh-add won't work:

[wwalker@darwin etc]$ ps -ef | grep keyring
wwalker   1837     1  0 17:46 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
wwalker   2822  2724  0 18:23 pts/2    00:00:00 grep keyring
[wwalker@darwin etc]$ ps -ef | grep ssh-agent
wwalker   2824  2724  0 18:23 pts/2    00:00:00 grep ssh-agent
[wwalker@darwin etc]$ ssh-add -l
Could not open a connection to your authentication agent.

Comment 3 Simo Sorce 2009-09-15 12:45:55 UTC
still happens to me in F-11, is there some magic I need to do to have it working again ?

Comment 4 Simo Sorce 2009-09-15 12:54:53 UTC
ok apparently the magic is to set /apps/gnome-keyring/daemon-components/ssh to enabled. Thanks to yaneti on IRC.


Note You need to log in before you can comment on or make changes to this bug.