Mosh install

From wikinotes
Revision as of 03:25, 29 December 2021 by Will (talk | contribs) (Created page with "You'll need to install mosh on both the client/server.<br> Mosh works by first connecting over ssh, then starting and communicating via the mosh-daemon. <source lang="bash">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You'll need to install mosh on both the client/server.
Mosh works by first connecting over ssh, then starting and communicating via the mosh-daemon.

pacman -S openssh-portable mosh  # arch
pkg install openssh mosh         # FreeBSD

# you'll also need to configure your openssh to receive connections