In message <[EMAIL PROTECTED]
otnet.org>, Da
vid Talkington writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> 
> 
> Hi folks -
> 
> I run my X session as a child of ssh-agent, which gives me the ability
> to enter the key password only once per session with ssh-add, and then
> not worry about it again.  I don't know how I'd make that work in run
> level 5, so that ssh-agent is available to anyone who logs in, with
> keys being safely removed from memory upon logout.  The kludge is for
> the logged-in user to simply start an xterm as a child of ssh-agent,
> and run all other xterms out of that one, but there's gotta be a
> better way.
> 
> How is this done properly?

I have the following at the end of my .Xclients file:

        eval `ssh-agent`
        ssh-add > $HOME/logs/gnome-session.log 2>&1


-- 
+---------------------------------------------------------------+
| Bob Taylor             Email: [EMAIL PROTECTED]            |
|---------------------------------------------------------------|
| Like the ad says, at 300 dpi you can tell she's wearing a     |
| swimsuit. At 600 dpi you can tell it's wet. At 1200 dpi you   |
| can tell it's painted on. I suppose at 2400 dpi you can tell  |
| if the paint is giving her a rash. (So says Joshua R. Poulson)|
+---------------------------------------------------------------+




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to