0

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?

danielr1996
  • 164
  • 2
  • 11

1 Answers1

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