
30 Mar
2008
30 Mar
'08
1:35 p.m.
On 2008-03-29 12:55:15 David Roundy wrote:
I'm sending this rather than pushing, since we're close to a release. It's a new module to automatically start an ssh-agent, if one isn't running. I expect to find it useful. The reason for this is that the ordinary mechanism for starting a single ssh-agent for an X session doesn't seem to be working for me. And starting xmonad with `ssh-agent xmonad` does no good, because the ssh-agent exits as soon as I restart xmonad.
My .xsession has eval `ssh-agent` before it starts xmonad, and it seems to work fine. Does this not work for you? /J