Re: ssh-add : where's the reaper.

2003-10-16 Thread Bob Proulx
Colin Watson wrote: > Bob Proulx wrote: > > Bill Moseley wrote: > > > ssh-add $HOME/.ssh/id_dsa $HOME/.ssh/id_dsa_pine < /dev/null & > > Tsk, tsk! You should have a passphrase on your key. Contemplate this > > instead. > > xterm -e ssh-add > > When ssh-add's stdin is not a tty and $DISPLAY is

Re: ssh-add : where's the reaper.

2003-10-15 Thread Colin Watson
On Wed, Oct 15, 2003 at 03:33:32PM -0600, Bob Proulx wrote: > Bill Moseley wrote: > > I'm using this (subsection) in .xsession: > > > > $HOME/bin/root_window.pl & > > ssh-add $HOME/.ssh/id_dsa $HOME/.ssh/id_dsa_pine < /dev/null & > > Tsk, tsk! You should have a passphrase on your key. Contempl

Re: ssh-add : where's the reaper.

2003-10-15 Thread Bill Moseley
On Wed, Oct 15, 2003 at 03:33:32PM -0600, Bob Proulx wrote: > Bill Moseley wrote: > > I'm using this (subsection) in .xsession: > > > > $HOME/bin/root_window.pl & > > ssh-add $HOME/.ssh/id_dsa $HOME/.ssh/id_dsa_pine < /dev/null & > > Tsk, tsk! You should have a passphrase on your key. I do hav

Re: ssh-add : where's the reaper.

2003-10-15 Thread Bob Proulx
Bill Moseley wrote: > I'm using this (subsection) in .xsession: > > $HOME/bin/root_window.pl & > ssh-add $HOME/.ssh/id_dsa $HOME/.ssh/id_dsa_pine < /dev/null & Tsk, tsk! You should have a passphrase on your key. Contemplate this instead. xterm -e ssh-add > exec icewm-session > > But I'm l

ssh-add : where's the reaper.

2003-10-06 Thread Bill Moseley
How do programs get reaped from .xsession? I'm using this (subsection) in .xsession: $HOME/bin/root_window.pl & ssh-add $HOME/.ssh/id_dsa $HOME/.ssh/id_dsa_pine < /dev/null & exec icewm-session But I'm left behind with the ssh-add zombie. Also, if I kill "root_window.pl" that's left as a zombi