来自不同机器的不同 tmux 会话列表?
Different tmux session lists from different machines?
我做了以下事情:
来自机器 A:
tmux new -s Session1
[detach from session]
tmux new -s Session2
[detach from session]
tmux ls # correctly shows Session1 and Session2
来自机器 B:
ssh MachineA
tmux new -s Session3
[detach from session]
tmux ls # Only shows Session3
这非常令人困惑,因为我认为从多个地方连接到相同的会话是 tmux
的主要用例之一。谁能建议我可能做错了什么?
我重新启动了 MachineA,现在一切正常。很奇怪...
我做了以下事情:
来自机器 A:
tmux new -s Session1
[detach from session]
tmux new -s Session2
[detach from session]
tmux ls # correctly shows Session1 and Session2
来自机器 B:
ssh MachineA
tmux new -s Session3
[detach from session]
tmux ls # Only shows Session3
这非常令人困惑,因为我认为从多个地方连接到相同的会话是 tmux
的主要用例之一。谁能建议我可能做错了什么?
我重新启动了 MachineA,现在一切正常。很奇怪...