zed/crates/remote
Conrad Irwin 7075f34b47
Fix uploading ssh binaries when ssh cds (#22744)
The code we have assumes that when you run commands over ssh they run
in your home directory. This was not true in some cases, and broke SSH
remoting if you had `upload_binary_over_ssh` set.

To reproduce this use Coder and set the `dir` parameter.

Release Notes:

- Fixed SSH remoting in the case that ssh defaults to a non-$HOME
directory.
2025-01-06 23:04:49 +00:00
..
src Fix uploading ssh binaries when ssh cds (#22744) 2025-01-06 23:04:49 +00:00
Cargo.toml ssh: Use openbsd nc on macOS (#20751) 2024-11-15 17:27:45 -05:00
LICENSE-GPL