limit artificial login delay to a reasonable maximum (5s) and don't
authordjm <djm@openbsd.org>
Mon, 28 Aug 2023 09:48:11 +0000 (09:48 +0000)
committerdjm <djm@openbsd.org>
Mon, 28 Aug 2023 09:48:11 +0000 (09:48 +0000)
commit36e9ce6b82afa2f0f5fe89f5b1707291e27f1342
tree786627abfd9699c0dbccc2364d04114f05437935
parentc18e7686e2aa454a5577280cf8bafc13bfcc19e9
limit artificial login delay to a reasonable maximum (5s) and don't
delay at all for the "none" authentication mechanism. Patch by
Dmitry Belyavskiy in bz3602 with polish/ok dtucker@
usr.bin/ssh/auth2.c