-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add Mosh #45
Comments
AFAIK right now mosh works on Nitrous.IO boxes only through SSH tunnels. Were you able to get it working? |
👍 to this. I do a lot of remoting into my nitrous box on crappy connections. mosh installed at a system level would make my life easier. |
I'm also very interested in having mosh added. I tried to set it up locally as an autoparts package, but I couldn't configure protoc/protobuf properly so it failed to compile. Would it be possible to get some help debugging this so it could be added as a package? |
I was able to get Mosh compiled and running, but I wasn't able to connect to the mosh instance on Nitrous box. I ran into problems with Mosh needing to open UDP ports to talk back to my client, something Nitrous is not configured for. |
I have complied the mosh on user path.But cannot login from juicessh "mosh" type. How to solve ? |
Mosh is a great tool.I have installed mosh and mosh-server on nitrous.io. But when i connect from my pc to nitrous.io .
|
It looks like Nitrous restricts udp ports being exposed to the outside world. sudoer privileges seem to be required to open up a udp port. We likely need Nitrous.io engineer intervention to progress Mosh support further. |
I'd also like to see Mosh support. Mosh over SSH is not nearly as useful. |
+1 |
http://mosh.mit.edu/
Mosh makes remote logins much more robust and reliable, with support for changing IP's, reduces lag (by intelligently updating the local screen immediately).
Build instructions: http://mosh.mit.edu/#build-instructions
While it is possible to install mosh server into a users home directory, it is easier to use, if it's installed in a system path.
The text was updated successfully, but these errors were encountered: