wiki/mosh.md

15 lines
681 B
Markdown
Raw Permalink Normal View History

2021-05-13 20:14:57 +00:00
if you are experiencing high delay, or are roaming, for example on a mobile phone with data, you might benefit from using `mosh`.
mosh (mobile shell) is like an ssh connection, but with support for reconnecting after drops in connection.
it also doesn't wait for the server to respond before displaying keystrokes, which means that you don't have to wait for 5 seconds every time you type a letter.
please see [the mosh homepage](https://mosh.org) for installation instructions.
to connect, simply connect as if it were an ssh server:
```bash
2021-05-14 21:25:21 +00:00
mosh yourusername@ttylde.karx.xyz
2021-05-13 20:14:57 +00:00
```
mosh uses SSH to connect, then starts a mosh-server and connects to it using a UDP connection.