guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to kill child process?


From: Sebastian Miele
Subject: Re: how to kill child process?
Date: Mon, 24 Aug 2020 16:33:30 +0200
User-agent: mu4e 1.4.13; emacs 27.1.50

Me:
> Look at output of the following:
>
>   pkill ssh
>   ssh -S '~/.ssh/socket/%C' -N -M -f <host> &
>   echo $!
>   pgrep -a ssh
>
> Then look at the output of:
>
>   pkill ssh
>   ssh -S '~/.ssh/socket/%C' -N -M <host> &
>   echo $!
>   pgrep -a ssh
>

For the tests I temporarily renamed my '~/.ssh/config', so that 'ssh'
runs without config file.  I do not know whether this is/was relevant.
I now see: 'ssh' has a '-F none' (do not use a config file).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]