README: add MacPorts and reorganize
This commit is contained in:
@@ -34,7 +34,6 @@ It aims to support the typical interactive uses of SSH, plus:
|
|||||||
Mosh does not support X forwarding or the non-interactive uses of SSH,
|
Mosh does not support X forwarding or the non-interactive uses of SSH,
|
||||||
including port forwarding.
|
including port forwarding.
|
||||||
|
|
||||||
|
|
||||||
Other features
|
Other features
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@@ -55,23 +54,32 @@ Other features
|
|||||||
* Mosh leverages SSH to set up the connection and authenticate
|
* Mosh leverages SSH to set up the connection and authenticate
|
||||||
users. Mosh does not contain any privileged (root) code.
|
users. Mosh does not contain any privileged (root) code.
|
||||||
|
|
||||||
|
|
||||||
Getting Mosh
|
Getting Mosh
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Mosh is available from an [Ubuntu PPA][] and has a [package in
|
Mosh is packaged for various operating systems.
|
||||||
Debian unstable][Debian]. Packages for other operating systems are
|
|
||||||
planned.
|
|
||||||
|
|
||||||
[Ubuntu PPA]: https://launchpad.net/~keithw/+archive/mosh
|
* [Debian][] unstable
|
||||||
[Debian]: http://packages.debian.org/sid/mosh
|
|
||||||
|
|
||||||
Ubuntu installation instructions:
|
sudo apt-get install mosh
|
||||||
|
|
||||||
|
* [Ubuntu][], through a PPA
|
||||||
|
|
||||||
sudo add-apt-repository ppa:keithw/mosh
|
sudo add-apt-repository ppa:keithw/mosh
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install mosh
|
sudo apt-get install mosh
|
||||||
|
|
||||||
|
* [MacPorts][]
|
||||||
|
|
||||||
|
sudo port install mosh
|
||||||
|
|
||||||
|
[Debian]: http://packages.debian.org/sid/mosh
|
||||||
|
[Ubuntu]: https://launchpad.net/~keithw/+archive/mosh
|
||||||
|
[MacPorts]: https://trac.macports.org/browser/trunk/dports/net/mosh/Portfile
|
||||||
|
|
||||||
|
Building from source
|
||||||
|
--------------------
|
||||||
|
|
||||||
On a Unix-like system you can build Mosh from source using the following
|
On a Unix-like system you can build Mosh from source using the following
|
||||||
commands:
|
commands:
|
||||||
|
|
||||||
@@ -116,7 +124,6 @@ Usage
|
|||||||
user's PATH, `mosh` accepts the arguments `--client=PATH` and
|
user's PATH, `mosh` accepts the arguments `--client=PATH` and
|
||||||
`--server=PATH` to select alternate locations.
|
`--server=PATH` to select alternate locations.
|
||||||
|
|
||||||
|
|
||||||
How it works
|
How it works
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user