https://bugzilla.mindrot.org/show_bug.cgi?id=3820
--- Comment #4 from Damien Miller <[email protected]> --- > this only occurs when a pty is allocated That's because the timing obfuscation is only enabled when a TTY is allocated; see the start of clientloop.c:obfuscate_keystroke_timing() IMO we could move the x11_channel_used_recently() to that if test as well, to make it more aggressively disable the obfuscation when X11 is in use. -- 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
