Questions tagged [mosh]

Mosh (mobile shell) 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)

Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

Mosh is free software, available for GNU/Linux, FreeBSD, Solaris, Mac OS X, and Android.

learn more at http://mosh.mit.edu/

25 questions
1
vote
1 answer

mosh: sources .bashrc twice with different PIDs

I use tmux in my build server. Recently I wrote a small .bashrc script that will automate attaching to tmux session if one exits. The script looks like follows # Automate tmux Startup …
user881300
  • 212
  • 1
  • 9
1
vote
1 answer

Using Mosh over a SSH tunnel with a hop inbetween

I'am trying to establish a mosh connection over a SSH Tunnel. the localhost is connected via LAN1 to host1. Host1 has a GSM/GPRS connection to the Internet. Host2 is a raspberry pi in another LAN2 but reachable over port 22 and port 60001 from the…
Oliver G.
  • 227
  • 5
  • 17
0
votes
0 answers

Bad date parsing with Moshi

I have this crash with Moshi: I have this date to parse: "Sep 2, 2022 3:33:05 PM" This is my formatter: SimpleDateFormat("MMM dd, yyyy hh:mm:ss aa") And this is my crash: com.squareup.moshi.JsonDataException: java.text.ParseException: Unparseable…
Kevin ABRIOUX
  • 16,507
  • 12
  • 93
  • 99
0
votes
2 answers

Trying to implement HTML Template into first Django project. Movies not showing

I am following along an online Python tutorial and I am have to create an HTML template in which creates a table for the end user to see the movies in the inventory. I have followed the teachers instructions step-by-by step but when I refresh the…
Will Goff
  • 3
  • 2
0
votes
1 answer

Using Mosh instead of SSH

I've been using ssh for the longest time but now I want to try mosh but the documentation isn't the strongest. How would I write this ssh command using the mosh command in terminal?? ssh abc123@spaf.cs.utsa.edu -p 211
Jammooly
  • 43
  • 6
0
votes
2 answers

How to actually connect to my vps via Chromebook

I've been trying for a while now to connect to my Digital Ocean VPS via my Chromebook. This is for development when away from my desktop. I'd prefer to use mosh so I've tried downloading mosh and using it. Then I try using Secure Shell and that's…
Finn Maunsell
  • 85
  • 1
  • 12
0
votes
1 answer

mosh + osx + /bin/false error

I have successfully installed mosh at server and client side both. I am trying to ssh using mosh from osx but it is throwing following error: /bin/false: No such file or directory write: Broken pipe /usr/local/bin/mosh: Did not find remote IP…
Shweta
  • 1,111
  • 3
  • 15
  • 30
-1
votes
1 answer

Install Mosh on Almalinux 9

I don't find the mosh-package for Almalinux 9. I have installed the EPEL as well as REMI repo. I have even tried to install from source, but get the error C++ preprocessor "/lib/cpp" fails sanity check. Anyone who has information about how to…
Niko
  • 11
  • 1
  • 3
-1
votes
1 answer

Reliable transport protocol on top of UDP

UDP has one good feature - it is connectionless. But it has many bad features - packets can be lost, arrive multiple times, there is no packet sequence - packet 2 can arrive faster than 1. How to keep good and remove bad?. Is there any good…
Pavlo
  • 1,594
  • 2
  • 15
  • 30
-4
votes
1 answer

How to install mosh on an EMR master

I've been having issues with ssh connections terminating, and thought it might be better to install mosh on the emr master - this way there would be some protection from loss of connectivity. I've created the following script to act as part of my…
theheadofabroom
  • 20,639
  • 5
  • 33
  • 65
1
2