[Bug 3820] Around 5 second delay when starting an X11 application
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed May 28 14:41:29 AEST 2025
https://bugzilla.mindrot.org/show_bug.cgi?id=3820
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
> 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.
More information about the openssh-bugs
mailing list