On 09/12/11 18:24, Ludovic Courtès wrote:

> Eelco Dolstra <[email protected]> skribis:
> 
>> No, it doesn't: try "ssh host sleep 10000", kill ssh, and observe that the
>> "sleep" command continues to run on the remote host.
>>
>> If you use "ssh -tt", then a SIGHUP is sent to the remote processes, but this
>> causes problems with connection sharing on some platforms.
> 
> OK, I see.
> 
> Any suggestions to move forward?  :-)

Maybe find out why you don't get EOF with lshd.  Could you check what happens
with the parent lshd process if the connection goes down?  With opensshd, the
parent exits.  Maybe with lshd it keeps running.

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to