Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcnmx/mosh-server-upnp
use mosh across a NAT
https://github.com/arcnmx/mosh-server-upnp
Last synced: 18 days ago
JSON representation
use mosh across a NAT
- Host: GitHub
- URL: https://github.com/arcnmx/mosh-server-upnp
- Owner: arcnmx
- License: mit
- Created: 2016-07-30T22:46:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T16:07:47.000Z (over 2 years ago)
- Last Synced: 2024-10-12T14:38:34.286Z (about 1 month ago)
- Language: Nix
- Homepage:
- Size: 24.4 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# mosh-server-upnp
[![travis-badge][]][travis] [![release-badge][]][cargo] [![license-badge][]][license]
`mosh-server-upnp` provides a way to use mosh over a NAT.
## Usage
Assuming that `mosh-server-upnp` is installed in the `PATH` of the user on the
target system, you can simply log in with one extra parameter to `mosh`:$ mosh --server=mosh-server-upnp hostname
[travis-badge]: https://img.shields.io/travis/arcnmx/mosh-server-upnp/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/mosh-server-upnp
[release-badge]: https://img.shields.io/crates/v/mosh-server-upnp.svg?style=flat-square
[cargo]: https://crates.io/crates/mosh-server-upnp
[license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square
[license]: https://github.com/arcnmx/mosh-server-upnp/blob/master/COPYING