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.
This commit is contained in:
@@ -114,6 +114,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'
|
||||
|
||||
Reference in New Issue
Block a user