gnmyt / Nexterm

The open source server management software for SSH, VNC & RDP
http://docs.nexterm.dev/
MIT License
1.94k stars 68 forks source link

[Feature] Session Hibernation #11

Open gnmyt opened 2 months ago

gnmyt commented 2 months ago

General

Your Idea

A way to save sessions in the background for later (instead of disconnecting once the browser closes)

redge76 commented 2 months ago

This is something that is not implemented in guacamole too. I solved this by opening a ssh session directly in tmux so each time I connect to SSH, I end up directly in my tmux session. If keeping the session in background is not possible, some integration with tmux (or screen) would be great.