An unofficial static binary distribution of mobile-shell/mosh which can be dropped into a remote server. This is a fork of mosh-static with the aim of publishing images in multiple architectures. Static binaries should be available under releases and docker images with those binaries made public on Docker Hub.
Releasing is automated by GitHub Actions.
# On the server
wget https://github.com/dtinth/mosh-static/releases/latest/download/mosh-server
chmod +x mosh-server
# On the client
mosh --server=./mosh-server <username>@<hostname>