Bug 476300

Summary: gnome-keyring ssh-agent functionality is broken
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: gnome-keyringAssignee: Tomáš Bžatek <tbzatek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: h1k6zn2m, jmccann, mclasen, mgrepl, mtasaka, rstrode, tbzatek, tmraz, tsmetana, walters, yaneti
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-20 19:49:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
dbus init later none

Description Horst H. von Brand 2008-12-12 22:08:11 UTC
Description of problem:
After today's update of openssh-clients, ssh-add says:

  $ ssh-add
  Could not open a connection to your authentication agent.
  $ env | grep SSH
  SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
  $ pgrep ssh

ssh-agent isn't running at all.

Version-Release number of selected component (if applicable):
openssh-clients-5.1p1-4.fc11.x86_64

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
Note that downgrading to the openssh before doesn't fix this either, so it probably is somewhere else.

Comment 1 Tomas Mraz 2008-12-12 22:18:49 UTC
I'm not quite sure what should be the proper component, but definitely not openssh.

Comment 2 Matthias Clasen 2008-12-13 19:35:53 UTC
gnome-keyring-daemon provides ssh-agent functionality in the gnome desktop.
Is it running ?

Comment 3 Horst H. von Brand 2008-12-14 01:00:07 UTC
Nope, pgrep(1) doesn't find it.

Comment 4 Mamoru TASAKA 2008-12-15 05:16:44 UTC
I am seeing the same problem.

On my system gnome-keyring-daemon is running but ssh-add exits
immediately with the message
"Could not open a connection to your authentication agent"

For me downloading gnome-keyring to 2.25.1-1.fc11
seems to work.

Comment 5 Ray Strode [halfline] 2008-12-15 18:33:21 UTC
*** Bug 475886 has been marked as a duplicate of this bug. ***

Comment 6 Yanko Kaneti 2008-12-16 00:52:36 UTC
Created attachment 327047 [details]
dbus init later

This patch helps here

Comment 7 Ray Strode [halfline] 2008-12-20 19:49:46 UTC
Upstream reference:
http://mail.gnome.org/archives/gnome-keyring-list/2008-December/msg00004.html

Should be in tomorrow's rawhide. Thanks.