diff options
author | Gonçalo Salazar <glbsalazar@gmail.com> | 2017-05-29 22:53:41 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-05-30 08:59:45 +0200 |
commit | eddaf1f00eb0b54b21f2e450fc66f0db8b7dbdca (patch) | |
tree | 584ed9558762cc3a99a136b7c180c481aa67561e /package/mosh | |
parent | 9e9dee25346f861f3276a4c2ab21c98b8caf88a7 (diff) | |
download | buildroot-eddaf1f00eb0b54b21f2e450fc66f0db8b7dbdca.tar.gz buildroot-eddaf1f00eb0b54b21f2e450fc66f0db8b7dbdca.zip |
mosh: add notes to clarify runtime issues
Added notes to the mosh package help to clarify some runtime
issues related with it to ensure mosh will work properly after adding it.
This includes adding a proper LOCALE and an extra flag when using
mosh with dropbear.
Signed-off-by: Gonçalo Salazar <glbsalazar@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mosh')
-rw-r--r-- | package/mosh/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/mosh/Config.in b/package/mosh/Config.in index e0ff2cf6e6..18065201bc 100644 --- a/package/mosh/Config.in +++ b/package/mosh/Config.in @@ -24,4 +24,11 @@ config BR2_PACKAGE_MOSH allows roaming, and provides speculative local echo and line editing of user keystrokes. + Mosh requires that the remote machine has a locale setting matching + the one on the client. + + When using mosh with dropbear on a remote machine, the client needs mosh + with a version above 1.3.0 and the --no-ssh-pty option needs to be passed + when starting the connection. + https://mosh.mit.edu |