Dear Maintainer, maybe I am doing it wrong, but I fail to make mosh do anything. Any attempt to connect host results in: $ mosh kaction@people.debian.org bash: mosh-server: Komando ne trovita Connection to people.debian.org closed. /usr/bin/mosh: Did not find mosh server startup message. (Have you installed mosh on your server?) Isn't it the idea, that mosh-server gets installed automatically? Obliviously, I do not have permission to do `apt-get install mosh' on remote host.
Hello -- unfortunately mosh-server does need to be installed on the server (it is sort of like ssh in this respect). You can either install it from a package (which probably requires root -- you would need to ask the sysadmin), or you can compile it from source, install it in your own home directory, and give the location when starting mosh (e.g. "mosh --server=/home/kaction/bin/mosh-server"). There are some instructions at https://mosh.org you may find helpful. Best regards, Keith
control: tags -1 +wontfix [2019-01-28 05:12] Keith Winstein <keithw@cs.stanford.edu> Oh, I see. Thank you. Tagging as wontfix for future reference.
Closing bug as it was tagged wontfix.