「Mosh」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
 
(一部翻訳)
4行目: 4行目:
 
[[ru:Mosh]]
 
[[ru:Mosh]]
 
[[zh-hans:Mosh]]
 
[[zh-hans:Mosh]]
  +
[https://mosh.org/ Mosh] は代替の対話型 [[SSH]] 端末です。ローミングとローカルエコーをサポートしています。また、断続的な接続や高遅延の接続での応答性を向上させることを目的としています。
[https://mosh.org/ 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 ==
+
== インストール ==
   
  +
{{Note|Mosh はサーバーとクライアントの両方にインストールする必要があります}}
{{Note|Mosh must be installed on both the server and client.}}
 
   
  +
{{Pkg| mosh}} パッケージを [[インストール]] して下さい、または最新リビジョンの場合は {{AUR|mosh-git}} トゥルーカラーのサポートは後者でのみ利用可能であることに注意してください。
[[Install]] the {{Pkg|mosh}} package, or {{AUR|mosh-git}} for the latest revision. Note that truecolor support is only available in the latter.
 
   
 
== Usage ==
 
== Usage ==

2022年5月23日 (月) 02:13時点における版

Mosh は代替の対話型 SSH 端末です。ローミングとローカルエコーをサポートしています。また、断続的な接続や高遅延の接続での応答性を向上させることを目的としています。

インストール

ノート: Mosh はサーバーとクライアントの両方にインストールする必要があります

mosh パッケージを インストール して下さい、または最新リビジョンの場合は mosh-gitAUR トゥルーカラーのサポートは後者でのみ利用可能であることに注意してください。

Usage

ノート: Mosh by design does not let you access session history, consider installing a terminal multiplexer such as tmux or GNU Screen.

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.

ノート: Mosh has an undocumented command line option --predict=experimental which produces more aggressive echoing of local keystrokes. Users interested in low-latency visual confirmation of keyboard input may prefer this prediction mode.