I have a server with tmux and a client with tmux. If I connect to my server I have running 2 tmux sessions, one from the client and one from the server. Is there a way to detach the clients sessions when connected to ssh, and reattach it when I close ssh?
Asked
Active
Viewed 427 times
1 Answers
0
I don't think this is really possible, but with the combination of maximizing a tmux pane by typing
ctrl+b z
and sending the ctrl+b twice to interact with the remote tmux session, you should achieve your goal.
evan.bovie
- 3,342