mobile-shell / mobile-shell/mosh

Mosh binary distribution needed to avoid dependency-hell

Open
#1,006 12 comments 25 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
14.5k
Forks
865
PR merge metrics
No merged PRs in 30d

Description

A very common use-case for ssh or mosh, is when you want to connect to a large server or cluster that is provided by a university or a company and you are not sudo on the remote server. You need to install everything in your home directory. Sadly, apt-get or yum are of strictly no use in such a case. One of the biggest glaring flaws of linux distributions IMO.

Mosh is notoriously difficult to install because of its multiple dependencies. For instance, it depends on protobuff, which itself depends on libtool and soon you find yourself battling with the autogen.sh step of protobuff to point it to the libtool install location with LD_LIBRARY_PATH variables to no avail.

Could we not have a simple static binary distribution of mosh, mosh-client and mosh-server for linux 64 bit systems? mosh is currently uninstallable.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named in the issue. Start by reviewing the existing build and release process for Linux, focusing on how mosh, mosh-client, and mosh-server dependencies are packaged. Done means a documented, usable static 64-bit Linux distribution that avoids requiring administrator access or manual dependency installation.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, linux
Domain
build-system, release
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.