Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artyom/mosh
alternative wrapper to mosh-client command that plays well with socks proxies
https://github.com/artyom/mosh
Last synced: about 11 hours 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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T10:03:54.000Z (over 1 year ago)
- Last Synced: 2024-06-20T09:14:58.157Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 18
- 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