Displaying 1 result from an estimated 1 matches for "ignorelocalflow".
2006 Dec 09
0
Local software flow control
...in ssh server and client. The patch must be applied to the openssh 4.5p1
release.
The patch adds two boolean options in ssh and sshd correspondingly
"IgnoreFlowControl" and "UseFlowControl". Defaults don't change the
usual behaviour of neither ssh and sshd.
When "IgnoreLocalFlow" is set to "no" within ssh client, it handles
"xon-xoff" message from sshd and enables or disables local flow control
ONLY if it was previously set before ssh was started and associated with
terminal device. If no ixon or ixoff option was set on terminal device
everythi...