Mosh: Difference between revisions

From wikinotes
No edit summary
Line 3: Line 3:
* high latency
* high latency
* changing ip addresses (ex: cellphone networks)
* changing ip addresses (ex: cellphone networks)
= Documentation =
<blockquote>
{| class="wikitable"
|-
| home || https://mosh.org/
|-
|}
</blockquote><!-- Documentation -->


= Install =
= Install =

Revision as of 02:24, 29 December 2021

Mosh is an alternative ssh client that specializes operating in environment with

  • high latency
  • changing ip addresses (ex: cellphone networks)

Documentation

home https://mosh.org/

Install

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

Usage

mosh --ssh="ssh -p <port>" user@host