summaryrefslogtreecommitdiffstats
path: root/network/mosh/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mosh/README')
-rw-r--r--network/mosh/README15
1 files changed, 12 insertions, 3 deletions
diff --git a/network/mosh/README b/network/mosh/README
index 5ac44ffac3..1fa36de8e4 100644
--- a/network/mosh/README
+++ b/network/mosh/README
@@ -5,8 +5,17 @@ editing of user keystrokes.
Mosh attempts to improve on SSH by being more robust and responsive,
especially over Wi-Fi, cellular, and long-distance links.
-Mosh requires a little tweaking after first install on Slackware. Both
-the Mosh server and client applications must be run with a UTF-8 locale,
-which is not Slackware's default.
+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)
+somewhere else you consider suitable.
+
+Additionally the server that you are connecting to must have the same
+locale installed (though it need not be set as the default).
Mosh depends on protobuf and perl-IO-Tty.