Displaying 1 result from an estimated 1 matches for "max_baud".
2016 Apr 18
8
[Bug 2565] New: High baud rate gets sent, solaris closes pty
...,baud);
+baud=9600;
On some clients (such as QNX) stty can be used as a work around. "stty
ispeed 9600;stty ospeed 9600;ssh broken-host" will work.
Is it appropriate to try to fix this in sshd? If so, then should the
proper way to fix this be something along the line of if ( baud >
MAX_BAUD) baud=MAX_BAUD;?
I can't see a way of setting MAX_BAUD other than an config option hack
with a list for broken systems. Even very old Solaris has B57600 in
termios.h so that can't be used as an indicator.
--
You are receiving this mail because:
You are watching the assignee of the bug.