https://bugzilla.mindrot.org/show_bug.cgi?id=2743
--- Comment #5 from Darren Tucker <[email protected]> --- (In reply to balu from comment #4) [...] > I modified the win32-openssh client to send "\n" instead of "\r" so > the command gets executed but the per-keystroke echo is not working. As I keep telling you: there is no per keystroke echo without a pty! Keystroke echo is a function of the tty layer (the pty in this case). I recommend reading the chapter on Terminal I/O in Richard Stevens' _Advanced Programming in the Unix Environment_. [..] > Is there anything we need to do to show the per-keystroke echo? Stop telling ssh to not request a pty. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
