-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing nc
in Flatpak Sandbox
#58
Comments
twelho
added a commit
to twelho/dev.zed.Zed
that referenced
this issue
Feb 3, 2025
Zed [requires](https://github.com/zed-industries/zed/blob/eb820ab800ea2a0023667b5c0eb91daa7c9ab084/crates/remote/src/ssh_session.rs#L1423-L1441) the BSD version of `netcat` for remote development. It then depends on `libbsd`, which subsequently depends on `libmd`. Starting a remote development session on another system over SSH works now with the password prompt correctly appearing. Fixes flathub#58.
twelho
added a commit
to twelho/dev.zed.Zed
that referenced
this issue
Feb 4, 2025
Zed [requires](https://github.com/zed-industries/zed/blob/eb820ab800ea2a0023667b5c0eb91daa7c9ab084/crates/remote/src/ssh_session.rs#L1423-L1441) the BSD version of `netcat` for remote development. It then depends on `libbsd`, which subsequently depends on `libmd`. Starting a remote development session on another system over SSH works now with the password prompt correctly appearing. Fixes flathub#58.
twelho
added a commit
to twelho/dev.zed.Zed
that referenced
this issue
Feb 6, 2025
Zed [requires](https://github.com/zed-industries/zed/blob/eb820ab800ea2a0023667b5c0eb91daa7c9ab084/crates/remote/src/ssh_session.rs#L1423-L1441) the BSD version of `netcat` for remote development. It then depends on `libbsd`, which subsequently depends on `libmd`. Starting a remote development session on another system over SSH works now with the password prompt correctly appearing. Fixes flathub#58.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zed-industries/zed#20751 introduced a requirement for
nc
to establish SSH connections, which is not present within the Flatpak sandbox, leading to the following error:The text was updated successfully, but these errors were encountered: