diff options
Diffstat (limited to 'network/mosh/README')
-rw-r--r-- | network/mosh/README | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/network/mosh/README b/network/mosh/README index 0febc6cfb4..8b1944f8d5 100644 --- a/network/mosh/README +++ b/network/mosh/README @@ -1,19 +1,18 @@ -Mosh is a remote terminal application that allows roaming, supports -intermittent connectivity, and provides intelligent local echo and line -editing of user keystrokes. +mosh (MObile SHell server and client) -Mosh attempts to improve on SSH by being more robust and responsive, -especially over Wi-Fi, cellular, and long-distance links. +Mosh is a remote terminal application that allows roaming, supports +intermittent connectivity, and provides intelligent local echo and +line editing of user keystrokes. -The mosh client must be run with a UTF-8 locale. Locales can be -configured system wide in: +Mosh attempts to improve on SSH by being more robust and responsive, +especially over Wi-Fi, cellular, and long-distance links. -/etc/profile.d/lang.sh -or +The mosh client must be run with a UTF-8 locale. Locales +can be configured system-wide in /etc/profile.d/lang.sh or /etc/profile.d/lang.csh -Alternatively set LANG to a UTF-8 locale (e.g. LANG=en_GB.UTF-8) +Alternatively set LANG to a UTF-8 locale (e.g. LANG=en_GB.UTF-8) somewhere else you consider suitable. -Additionally the server that you are connecting to must have the same +Additionally the server that you are connecting to must have the same locale installed (though it need not be set as the default). |