Skip to content

Static builds of mosh-server

Notifications You must be signed in to change notification settings

30block/mosh-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mosh-static

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.

Using the binaries

# 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>

About

Static builds of mosh-server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 65.6%
  • HCL 34.4%