Re: Mosh connection errors

2017-01-30 Thread John Hood
(I'm one of the Mosh maintainers, but I happen to be here too.) The usual cause of this is the ssh session not being able to find mosh-server on the remote server. Try 'ssh -t root@host -- mosh-server' to simplify debugging a bit. What OS and Mosh version do you have on the server?

Mosh connection errors

2017-01-29 Thread Roger Qiu
Hi Everybody, Upon trying to execute mosh 1.2.5 from the official packages, it gives back this: ``` mosh root@host bash: No such file or directory write: Broken pipe /usr/bin/mosh: Did not find remote IP address (is SSH ProxyCommand disabled?). ``` No idea what could be causing, but