Commit 2ef025c0 authored by Anton Lundin's avatar Anton Lundin Committed by Keith Winstein
Browse files

Dup to pty to prevent ssh from reading our stdin

Dup the pty to STDIN to prevent hour the exec'ed ssh from consuming our
early input.
Due to the fact that mosh-server copies the pty settings from the pty it
as when starting, we can't set that one to a raw.

This are probably a combination of effects cased by fcc629ac and
18dc967c.

This probably fixes #366

[Closes #369]
parent 2dcef54e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment