Document --ssh option in mosh(1) man page.

Closes #173.
This commit is contained in:
Keith Winstein
2012-04-16 00:03:12 -04:00
parent 86113b5f7a
commit c1c102ff07
+8 -2
View File
@@ -86,12 +86,18 @@ Command to run on remote host. By default, \fBmosh\fP executes a login shell.
path to client helper on local machine (default: "mosh-client")
.TP
.B \-\-server=\fIPATH\fP
path to server helper on remote machine (default: "mosh-server")
.B \-\-server=\fICOMMAND\fP
command to run server helper on remote machine (default: "mosh-server")
The server helper is unprivileged and can be installed in the user's
home directory.
.TP
.B \-\-ssh=\fICOMMAND\fP
OpenSSH command to remotely execute mosh-server on remote machine (default: "ssh")
An alternate ssh port can be specified with, \fIe.g.\fP, \-\-ssh="ssh -p 2222".
.TP
.B \-\-predict=\fIWHEN\fP
Controls use of speculative local echo. WHEN defaults to `adaptive'