Thus said Roger Marsh on Thu, 19 Oct 2023 17:23:47 -0000: > fixes the delay problem, but was the delay a predictable consequence > of some change? Or perhaps the entry should never have been expressed > in the way that led to the delay?
Most likely the cause is an unexpected side effect of some other change. There have been some interesting changes to SSH with this release, perhaps try disabling: http://man.openbsd.org/OpenBSD-7.4/ssh_config#ObscureKeystrokeTiming I would be surprised if this is actually the cause, but it is a change that was introduced and something that is easily tested. You could also look through: http://www.openbsd.org/plus74.html See if any of the changes stand out as relevant and try to test them. Andy