Mosh install: Difference between revisions

From wikinotes
(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">...")
 
No edit summary
 
Line 1: Line 1:
You'll need to install mosh on both the client/server.<br>
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.
Mosh works by first connecting over ssh, then starting and communicating via the mosh-daemon.<br>
There is no mosh service to start on either the client or server, it is started by ssh.


<source lang="bash">
<source lang="bash">

Latest revision as of 03:26, 29 December 2021

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.
There is no mosh service to start on either the client or server, it is started by ssh.

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

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