Actions
Feature #5195
closedAdd 'mosh' to OI
Start date:
2014-09-29
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
Hi,
please, consider adding 'mosh' to OI (both /dev and /hipster):
https://mosh.mit.edu/ (it requires 'protoc' compiler from https://code.google.com/p/protobuf/wiki/Download?tm=2)
I have tried to compile it (although it worked only for 32 bit compilation, used /opt/SFW as prefix in order to avoid messing up with other stuff):
$ tar xf ../Downloads/protobuf-2.6.0.tar.bz2 $ cd protobuf-2.6.0 $ ./configure --prefix=/opt/SFW --disable-64bit-solaris $ pfexec gmake install
$ tar xf ../Downloads/mosh-1.2.4.tar.gz $ cd mosh-1.2.4/ $ PKG_CONFIG_PATH=/opt/SFW/lib/pkgconfig ./configure --prefix=/opt/SFW --enable-examples --enable-completion $ pfexec gmake install
Test a bit:
$ which mosh-client mosh-server mosh /opt/SFW/bin/mosh-client /opt/SFW/bin/mosh-server /opt/SFW/bin/mosh $ mosh --help Usage: /opt/SFW/bin/mosh [options] [--] [user@]host [command...] --client=PATH mosh client on local machine (default: "mosh-client") --server=COMMAND mosh server on remote machine (default: "mosh-server") --predict=adaptive local echo for slower links [default] -a --predict=always use local echo even on fast links -n --predict=never never use local echo --predict=experimental aggressively echo even when incorrect -p PORT[:PORT2] --port=PORT[:PORT2] server-side UDP port or range --ssh=COMMAND ssh command to run when setting up session (example: "ssh -p 2222") (default: "ssh") --no-init do not send terminal initialization string --help this message --version version and copyright information Please report bugs to mosh-devel@mit.edu. Mosh home page: http://mosh.mit.edu
Regards.
Updated by Alexander Pyhalov almost 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Actions