I'm wondering if it's possible to share a tmux server socket between different hosts. For example, I have a virtual machine (guest) running inside my host, and I'm running a tmux session in the guest, is it possible for my host machine to access the guest's tmux session and do cool stuff with it? (e.g., sending commands over to the guest's session)?
|
feedback
|
|
A related topic came up on the tmux-users mailing list: Trying to use socat to tunnel tmux socket Summary:
Unless there is some reason you can not run an SSH server on your guest, it is probably easier to use SSH to login to your guest (let the SSH programs handle connecting over the network and managing the ttys) and attach to (or issue commands to) the resident tmux that way:
You can create an SSH key and | |||
|
feedback
|