mosh: implement --local option for use without ssh

This commit is contained in:
John Hood
2015-07-29 22:53:43 -04:00
parent 5a20626880
commit 448f9f1bab
2 changed files with 43 additions and 20 deletions
+6
View File
@@ -165,6 +165,12 @@ Do not send the \fBsmcup\fP initialization string and \fBrmcup\fP
deinitialization string to the client's terminal. On many terminals
this disables alternate screen mode.
.TP
.B \-\-local
Invoke \fBmosh-server\fP locally, without using \fBssh\fP. This
option requires the \fBhost\fP argument to be a local, numeric
IPv4/IPv6 address. This option is useful for testing.
.SH ESCAPE SEQUENCES
The default escape character used by Mosh is ASCII RS (decimal 30).