Mosh
ナビゲーションに移動
検索に移動
Mosh is an alternative interactive SSH terminal. It has support for roaming and local echo. It also aims to improve responsiveness on intermittent, and high latency connections.
Installation
Install the mosh package, or mosh-gitAUR for the latest revision. Note that truecolor support is only available in the latter.
Usage
Mosh sessions by default use a random UDP port between 60000 to 61000, so this port range in the server should be accessible.
To connect, run:
$ mosh user@server-address
To send ssh options for connecting:
$ mosh --ssh="ssh -p 2222" user@server-address
You can make options permanent by using the usual OpenSSH Client Configuration.