Skip to content
/ mosh Public
forked from artyom/mosh

alternative wrapper to mosh-client command that plays well with socks proxies

License

Notifications You must be signed in to change notification settings

vadymeng0/mosh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

alternative wrapper to mosh-client command that plays well with socks proxies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%