[Bug 2478] Escape sequences (starting with ~) don't work when remote shell is BusyBox ash

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Oct 13 12:12:48 AEDT 2015


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Yeah, I think it should skip over the escape char if it is the last
character. escape_pending won't be reset and the client will try to go
read some more tty data and call process_escapes again (I think).

I'm not sure the pushing back of escape sequences to the "bin" buffer
is correct though - it might end up messing up the order of things.
Something a bit more tricky is probably needed.

-- 
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