Add ServerAliveInterval-like capability to NetBird SSH #853

Open
opened 2025-11-20 05:18:38 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @mrbluecoat on GitHub (May 6, 2024).

Is your feature request related to a problem? Please describe.
If you netbird ssh into a remote server and run the reboot command your terminal hangs

Describe the solution you'd like
It would be nice if the terminal automatically detects the remote server is no longer active and disconnects cleanly rather than having to manually close the terminal.

Describe alternatives you've considered
The ideas at https://unix.stackexchange.com/q/58271 didn't seem to work with NetBird SSH but -o "ServerAliveInterval 2" recommendation sounds like the right fit if you could add that functionality to your custom SSH process.

Originally created by @mrbluecoat on GitHub (May 6, 2024). **Is your feature request related to a problem? Please describe.** If you `netbird ssh` into a remote server and run the `reboot` command your terminal hangs **Describe the solution you'd like** It would be nice if the terminal automatically detects the remote server is no longer active and disconnects cleanly rather than having to manually close the terminal. **Describe alternatives you've considered** The ideas at https://unix.stackexchange.com/q/58271 didn't seem to work with NetBird SSH but `-o "ServerAliveInterval 2"` recommendation sounds like the right fit if you could add that functionality to your custom SSH process.
saavagebueno added the feature-requestssh labels 2025-11-20 05:18:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#853