Mosh
我可以重新附加到分離的 mosh 會話嗎?
當我使用 mosh 連接時,出現以下錯誤:
Mosh: You have 2 detached Mosh sessions on this server, with PIDs: - mosh [3700] - mosh [31091]
我怎樣才能恢復這些會話之一?
你不能。一旦客戶端死亡,您就無法重新連接到伺服器會話。
https://github.com/keithw/mosh/issues/394
出於安全原因,您只能從相應的 mosh-client 恢復到 mosh-server 的連接。如果客戶端當機(例如,使用者在斷開網路時退出客戶端),唯一的選擇是終止具有該 PID 的伺服器(例如,kill 12726)。