The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Mosh"
Threesixes (talk | contribs) m (remove categories and note ports + port behavior.) |
|||
Line 4: | Line 4: | ||
|Maintainer=xmw@gentoo.org | |Maintainer=xmw@gentoo.org | ||
}} | }} | ||
'''Mosh''' is a ssh client server that is aware of connectivity problems of the original ssh implementation. Mosh can migrate physical connections and ip addresses while staying connected. Mosh depends upon [[SSH]]. | '''Mosh''' is a ssh client server that is aware of connectivity problems of the original ssh implementation. Mosh can migrate physical connections and ip addresses while staying connected. Mosh depends upon [[SSH]]. Mosh uses udp ports 60000-61000 sequentially. | ||
== Installation == | == Installation == | ||
Line 26: | Line 26: | ||
<console>$##i## mosh user@remote-host.com</console> | <console>$##i## mosh user@remote-host.com</console> | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 02:31, October 23, 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 ssh client server that is aware of connectivity problems of the original ssh implementation. Mosh can migrate physical connections and ip addresses while staying connected. Mosh depends upon SSH. Mosh uses udp ports 60000-61000 sequentially.
Installation
Merge
Install net-misc/mosh:
root # emerge net-misc/mosh
Usage
Mosh requires utf8 locales set to run. This is the default for Funtoo Linux if you have not set any specific locales.
root # echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
root # locale-gen
root # eselect locale set en_US.utf8
Connecting
remote host only needs running ssh, mosh package installed, and utf8 locale set.
user $ mosh user@remote-host.com