Difference between revisions of "Package:Mosh"

From Funtoo
Jump to navigation Jump to search
(initial commit)
 
(spaces fix for prompts)
Line 10: Line 10:
Install {{Package|net-misc/mosh}}:
Install {{Package|net-misc/mosh}}:


<console>###i##emerge net-misc/mosh</console>
<console>###i## emerge net-misc/mosh</console>


== Usage ==
== Usage ==
Line 16: Line 16:
Mosh requires utf8 locales set to run.
Mosh requires utf8 locales set to run.


<console>###i##echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen</console>
<console>###i## echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen</console>
<console>###i##locale-gen</console>
<console>###i## locale-gen</console>
<console>###i##eselect locale set en_US.utf8</console>
<console>###i## eselect locale set en_US.utf8</console>


=== Connecting ===
=== Connecting ===
Line 24: Line 24:
remote host only needs running ssh, mosh package installed, and utf8 locale set.
remote host only needs running ssh, mosh package installed, and utf8 locale set.


<console>$##i##mosh user@remote-host.com</console>
<console>$##i## mosh user@remote-host.com</console>


[[Category:SSH]]
[[Category:SSH]]

Revision as of 23:17, August 30, 2014

Mosh

   Tip

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.

Installation

Merge

Install net-misc/mosh:

root # emerge net-misc/mosh

Usage

Mosh requires utf8 locales set to run.

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