Open
Description
Running into this really weird bug with one particular server. When I'm done with my SSH/mosh sessions I like to run exit
to tell the server to "cleanly" break off the connection. On most of my servers this works well. However, on one shared server that I use with others, when I run exit
from the shell, it is immediately followed by the output logout
, but nothing happens.
The only way to quit mosh in this state is to issue the Ctrl-^ and then the period (.) command to quit mosh on my side (client), which is a bit annoying. Why isn't mosh terminating the connection?
Just to test, I spun up a fresh Ubuntu server and installed mosh, and mosh correctly kills both client and server when I issue the exit
command. What could be going wrong?