]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Unnest rekey param parsing test and use ssh not sshd.
authordtucker@openbsd.org <dtucker@openbsd.org>
Tue, 20 Aug 2024 07:27:25 +0000 (07:27 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 20 Aug 2024 12:38:57 +0000 (22:38 +1000)
commit749896b874928c2785256cae4d75161dc3bfcc7d
treeda6dfb3c17302ebecb20699615c3467d262229d0
parent2b1762115481ff2b7a60fd4db2ae69b725437462
upstream: Unnest rekey param parsing test and use ssh not sshd.

ssh uses the same parsing code, now has "-G" to dump its config and is
slightly faster to start up.  This speeds up the test slightly (~5%) in the
common case but should help more during instrumented tests, eg under
valgrind, where startup costs are magnified.

OpenBSD-Regress-ID: 07c3acaf4c728e641033071f4441afc88141b0d0
regress/rekey.sh