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
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
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
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
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
5 matches
Mail list logo