aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-04-16 00:03:12 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-04-16 00:03:35 -0400
commitc1c102ff07394da79f9dee838c3e0cd8c3d1e3f1 (patch)
tree682e60b764409aa2ad1e92ef88a4de1acf01065d /man
parent86113b5f7af187791eeff708631a79b051063b36 (diff)
Document --ssh option in mosh(1) man page.
Closes #173.
Diffstat (limited to 'man')
-rw-r--r--man/mosh.110
1 files changed, 8 insertions, 2 deletions
diff --git a/man/mosh.1 b/man/mosh.1
index 1522107..808aaca 100644
--- a/man/mosh.1
+++ b/man/mosh.1
@@ -86,13 +86,19 @@ 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'
(show predictions on slower links and to smooth out network glitches)