https://bugzilla.mindrot.org/show_bug.cgi?id=3075

Damien Miller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Damien Miller <[email protected]> ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to