diff mbox

[1/1] mosh: add notes to clarify runtime issues

Message ID 1496094821-31964-1-git-send-email-glbsalazar@gmail.com
State Accepted
Commit eddaf1f00eb0b54b21f2e450fc66f0db8b7dbdca
Headers show

Commit Message

Gonçalo Salazar May 29, 2017, 9:53 p.m. UTC
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>
---
 package/mosh/Config.in | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Peter Korsgaard May 30, 2017, 7:03 a.m. UTC | #1
>>>>> "Gonçalo" == Gonçalo Salazar <glbsalazar@gmail.com> writes:

 > 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>

Committed, thanks. How about sending a patch to bump our mosh version to
1.3.0?
Gonçalo Salazar May 30, 2017, 11:15 a.m. UTC | #2
Thanks.

I'll look into it, need to bump it and try to compile it.

I won't be able to test multiple combinations of it but I'll ensure it
compiles on my machine.

Gonçalo Salazar


2017-05-30 8:03 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:
>>>>>> "Gonçalo" == Gonçalo Salazar <glbsalazar@gmail.com> writes:
>
>  > 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>
>
> Committed, thanks. How about sending a patch to bump our mosh version to
> 1.3.0?
>
> --
> Bye, Peter Korsgaard
diff mbox

Patch

diff --git a/package/mosh/Config.in b/package/mosh/Config.in
index e0ff2cf..1806520 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