[Bug 2816] tty misbehaving

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Jan 5 10:51:52 AEDT 2018


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

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
Is the client on Solaris, the server on Solaris or both?

Could you please attach (vie "Add an attacment") the generated config.h
files from both 7.4p1 and 7.6p1 builds?

Also please log in using ssh -vvv and try resizing your window.  You
should see something like this:

$ stty | grep rows
rows = 24; columns = 86; ypixels = 0; xpixels = 0;
[resize here]
debug2: client_check_window_change: changed
debug2: channel 0: request window-change confirm 0
debug3: send packet: type 98
$ stty | grep rows
rows = 24; columns = 87; ypixels = 0; xpixels = 0;

That should help narrow it down to whether or not the client is sending
the window change messages.  (actually please attach the entire output
of this ssh session too).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list