TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: “eventually consistent” SSH client for laggy mobile connection?

1 点作者 19eightyfour将近 8 年前
Working on high speed rail, connection is generally reliable but cuts in and out. If there was an SSH client that could allow you to continue working ( say in a text editor / vim ), and then eventually sync when the connection is back, without the poor experience of surfacing the disconnection and requiring input to reconnect...that would probably work well. Is there any such software for this?

2 条评论

phillipseamore将近 8 年前
Have you tried Mosh? <a href="https:&#x2F;&#x2F;mosh.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mosh.org&#x2F;</a>
评论 #14674640 未加载
detaro将近 8 年前
In addition to Mosh for handling short connection losses, if you primarily edit files in vim it might be better to look into editing files over ssh&#x2F;scp in a locally running vim instance.
评论 #14674637 未加载