https://github.com/artyom/mosh
alternative wrapper to mosh-client command that plays well with socks proxies
https://github.com/artyom/mosh
Last synced: 3 months ago
JSON representation
alternative wrapper to mosh-client command that plays well with socks proxies
- Host: GitHub
- URL: https://github.com/artyom/mosh
- Owner: artyom
- License: mit
- Created: 2016-04-09T11:41:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T12:43:57.000Z (7 months ago)
- Last Synced: 2025-03-25T05:53:15.463Z (4 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Command mosh is an alternative wrapper to mosh-client command that plays
well with socks proxies.It only exists because of [this bug in original mosh](https://github.com/mobile-shell/mosh/issues/285), which make mosh ignore `ProxyCommand` that I use to access restricted sites via socks proxy.
This `mosh` allows to use mosh in setups where initial ssh connection to start mosh server can only be done via socks5 proxy specified as `ALL_PROXY=socks5://host:port`.
Supported environment variables:
* `MOSH_USER` — default user when doing ssh connection;
* `MOSH_PORTS` - port or colon-separated port range to start mosh-server with.Authentication is performed using ssh-agent, its socket is expected to be available at `SSH_AUTH_SOCK`.
**LICENSE**: MIT