ZIm/crates/remote_server
Thorsten Ball b3aa7055e4
ssh remoting: Daemonize server process properly by forking and closing stdio (#19544)
This fixes the `ssh` proxy process not being notified when the proxy
process dies. Turns out that the server would have stdout/stderr/stdin
connected to the grand-parent ssh process connected to it and as long as
the server kept running (even once it was daemonized into the
background) the grand-parent ssh process wouldn't exit.

That in turn meant that the Zed client wasn't notified when the proxy
process died.

Release Notes:

- N/A

---------

Co-authored-by: Bennet <bennet@zed.dev>
2024-10-22 16:36:40 +02:00
..
src ssh remoting: Daemonize server process properly by forking and closing stdio (#19544) 2024-10-22 16:36:40 +02:00
build.rs Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00
Cargo.toml ssh remoting: Daemonize server process properly by forking and closing stdio (#19544) 2024-10-22 16:36:40 +02:00
LICENSE-GPL Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00