我可以重新附加到分离的 mosh 会话吗?

我可以重新附加到分离的 mosh 会话吗?

当我使用 mosh 连接时出现以下错误:

Mosh: You have 2 detached Mosh sessions on this server, with PIDs:
    - mosh [3700]
    - mosh [31091]

我如何才能恢复这些会话之一?

答案1

你不能。一旦客户端挂掉,您就无法重新连接到服务器会话。

https://github.com/keithw/mosh/issues/394

出于安全原因,您只能从相应的 mosh-client 恢复与 mosh-server 的连接。如果客户端死机(例如,用户在客户端断网时退出客户端),则唯一的选择是终止具有该 PID 的服务器(例如,kill 12726)。

相关内容