Unnest rekey param parsing test and use ssh not sshd. ssh uses the same
authordtucker <dtucker@openbsd.org>
Tue, 20 Aug 2024 07:27:25 +0000 (07:27 +0000)
committerdtucker <dtucker@openbsd.org>
Tue, 20 Aug 2024 07:27:25 +0000 (07:27 +0000)
commitfe9cc6d52f64a766e4d4e78b1f8eff7a0a99fcdc
tree77e5e583f759c54433bcd2e378ca02bd3eb79b49
parent9081d750d72b74f44e12fb2b46823378f8500217
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.
regress/usr.bin/ssh/rekey.sh