Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mosh? #86

Open
pvonmoradi opened this issue Aug 7, 2021 · 4 comments
Open

Support mosh? #86

pvonmoradi opened this issue Aug 7, 2021 · 4 comments

Comments

@pvonmoradi
Copy link

Would it be possible to use mosh instead of ssh?

@owenthereal
Copy link
Owner

Could elaborate your use case of mosh?

@pvonmoradi
Copy link
Author

pvonmoradi commented Oct 5, 2021

I use action-upterm to debug the GitHub Action runner over ssh. Due to geographical distance and network overhead, this current ssh-based solution has a high latency.

Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

@jeffometer
Copy link

I use upterm all day long for remote pair programming. It is fantastic! However, often times the connection is slow, so when typing (in vim and in the terminal) it is often laggy between keystrokes, which makes typing hard! My understanding is that mosh uses eager updates to avoid this lagginess, so I am interested in this request too. Thanks!

@pvonmoradi
Copy link
Author

@jeffometer Yeah, I've become interested in mosh after watching this presentation. I don't have experience in development of either of these projects but I don't think supporting something other than ssh would be simple...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants