On 23 Oct 2023 09:32:19 -0600 "Andy Bradford" <amb-sendok-1700667140.jgjncfcjadjlnbiep...@bradfords.org> wrote:
> 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 > Thanks. ObscureKeystokeTiming turned out to be the cause, or so it seemed after reading the ssh_config reference. Setting this option to 'no' whereever ssh is used in the .fvwmrc configuration file got rid of the response time problem. I remember looking at plus74.html some time before formal release. If ObscureKeystrokeTiming had caught my eye I think I would not have associated it with the possibility of a large increase in response time. The line in plus74.html immediately before the one about ObscureKeystokeTiming states 'Limit artificial login delay ...'. That change looks a more likely cause than 'ObscureKeystokeTiming' measures. Roger