[Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues.

Gonçalo Salazar glbsalazar at gmail.com
Mon May 29 18:29:35 UTC 2017


Added notes to the mosh package help to clarify some
issues related with it to ensure mosh will work properly after adding it.
This includes adding a proper LOCALE on the host and an extra flag when using
mosh with dropbear.

Signed-off-by: Gonçalo Salazar <glbsalazar at gmail.com>
---
 package/mosh/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/mosh/Config.in b/package/mosh/Config.in
index e0ff2cf..9f09b4f 100644
--- a/package/mosh/Config.in
+++ b/package/mosh/Config.in
@@ -25,3 +25,7 @@ config BR2_PACKAGE_MOSH
 	  of user keystrokes.
 
 	  https://mosh.mit.edu
+
+          Mosh requires a host LOCALE matching the client provided LOCALE.
+          When using mosh with dropbear, a version with the --no-ssh-pty option on
+          the client is required.
-- 
2.7.4



More information about the buildroot mailing list