From c1c102ff07394da79f9dee838c3e0cd8c3d1e3f1 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Mon, 16 Apr 2012 00:03:12 -0400 Subject: [PATCH] Document --ssh option in mosh(1) man page. Closes #173. --- man/mosh.1 | 10 ++++++++-- 1 file 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,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'