aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2014-05-17 01:34:14 -0400
committerGravatar John Hood <cgull@glup.org>2016-09-19 13:23:15 -0400
commit70d48fbcc038d4f746bab029e8449812263f2cf9 (patch)
treed848f487c9e0b30417de338f9bd923504b31ce6b /man
parent8945efeb82aad2919f47f9848374190dbc626d63 (diff)
Add --no-ssh-pty option.
This eliminates issues with typeahead being echoed by the remote pty and corrupting remote output from mosh-server to the mosh script, but cannot be made default because older mosh-servers require a pty.
Diffstat (limited to 'man')
-rw-r--r--man/mosh.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mosh.1 b/man/mosh.1
index b2e1df0..d163206 100644
--- a/man/mosh.1
+++ b/man/mosh.1
@@ -115,6 +115,12 @@ 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 \-\-ssh-pty\fP
+.B \-\-no-ssh-pty\fP
+Enable or disable ssh's use of a pty when connecting to a remote host.
+The default is enabled.
+
+.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)