[Bug 3075] Causes terminal corruption by disabling XON/XOFF unconditionally
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sat Jan 25 17:31:23 AEDT 2020
https://bugzilla.mindrot.org/show_bug.cgi?id=3075
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Adding an option to control the terminal modes at the client seem
pretty niche unfortunately. Could you do it via stty(1) manually? It
might be possible to script it via the LocalCommand in ssh_config with
something like:
Match all
LocalCommand sleep 1 && stty ixon ioff
(untested)
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list