The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Mosh"
(spaces fix for prompts) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Ebuild | {{Ebuild | ||
|Summary= | |Summary=A replacement for SSH that is resilient to intermittent network connections, and supports roaming (changing) network connections. | ||
|CatPkg=net-misc/mosh | |CatPkg=net-misc/mosh | ||
| | |Homepage=https://mosh.mit.edu/ | ||
}} | }} | ||
'''Mosh''' is a | '''Mosh''' is a replacement for SSH is resilient to intermittent network connections, and supports roaming (changing) network connections. Mosh can maintain a remote connection while network connections intermittently go up and down, and routes to the Internet change. Mosh depends upon {{package|net-misc/openssh}}. Mosh uses udp ports 60000-61000 sequentially. | ||
== Installation == | == Installation == | ||
Line 14: | Line 14: | ||
== Usage == | == Usage == | ||
Mosh requires | Mosh requires UTF-8 locales set to run. This is the default for Funtoo Linux if you have not set any specific locales. | ||
=== Connecting === | === Connecting === | ||
Remote host only needs running ssh, mosh package installed, and UTF-8 locale set. | |||
<console>$##i## mosh user@remote-host.com</console> | <console>$##i## mosh user@remote-host.com</console> | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 20:19, December 29, 2014
Mosh
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Mosh is a replacement for SSH is resilient to intermittent network connections, and supports roaming (changing) network connections. Mosh can maintain a remote connection while network connections intermittently go up and down, and routes to the Internet change. Mosh depends upon net-misc/openssh. Mosh uses udp ports 60000-61000 sequentially.
Installation
Merge
Install net-misc/mosh:
root # emerge net-misc/mosh
Usage
Mosh requires UTF-8 locales set to run. This is the default for Funtoo Linux if you have not set any specific locales.
Connecting
Remote host only needs running ssh, mosh package installed, and UTF-8 locale set.
user $ mosh user@remote-host.com