What is "Can't find mosh-server" on remote host? #1529
-
When running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In most cases, this issue appears when Blink Shell cannot find To fix that, do You can also test it from the command line by providing it to the |
Beta Was this translation helpful? Give feedback.
In most cases, this issue appears when Blink Shell cannot find
mosh-server
on the device, meaning that the location is not one of the defaults in the path.To fix that, do
which mosh-server
on your host to get its current location. Then configure that location in Blink: Settings > Hosts > Mosh > Command.You can also test it from the command line by providing it to the
mosh --server=<path> <host>
command.