TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby 19eightyfouralmost 8 years ago
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 comments

phillipseamorealmost 8 years ago
Have you tried Mosh? <a href="https:&#x2F;&#x2F;mosh.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mosh.org&#x2F;</a>
评论 #14674640 未加载
detaroalmost 8 years ago
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 未加载