[Xfce-bugs] [Bug 6558] New: xfce and support for keychain

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Jul 17 19:19:08 CEST 2010


http://bugzilla.xfce.org/show_bug.cgi?id=6558

           Summary: xfce and support for keychain
    Classification: Xfce
           Product: Xfce-utils
           Version: 4.6.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: Medium
         Component: General
        AssignedTo: xfce-bugs at xfce.org
        ReportedBy: fordfrog at gmail.com


Created an attachment (id=3036)
 --> (http://bugzilla.xfce.org/attachment.cgi?id=3036)
patch to prevent spawning new ssh-agent by keychain

i noticed when trying to make netbeans work on xfce with keychain that if i run
keychain (from .bashrc) after i start xfce, new ssh-agent is spawned, so
instead of reusing ssh-agent spawned by xinitrc, keychain spawns new one
because it does not know user has already one running. it's because .bashrc can
see SSH_AGENT_PID empty. i created simple patch that fixes this by saving
ssh-agent output to ~/.keychain/$HOSTNAME-sh. .bashrc still can see empty
SSH_AGENT_PID, but it checks the created file and reuses the info from it.

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Xfce-bugs mailing list