Simplify forward-control test. Since we no longer need to support SSH1
authordtucker <dtucker@openbsd.org>
Wed, 20 Apr 2022 05:24:13 +0000 (05:24 +0000)
committerdtucker <dtucker@openbsd.org>
Wed, 20 Apr 2022 05:24:13 +0000 (05:24 +0000)
commitf5e5dcffc98cd2d77627efacf0cd377d6d40dbe7
treea9b41fa143c6b481fcdb69cf38011fe5ba471df4
parentfa24c111af12a029cd4ef67198ee43ec0b0a7a5c
Simplify forward-control test.  Since we no longer need to support SSH1
we don't need to run shell commands on the other end of the connection
and can use ssh -N instead.  This also makes the test less racy.
regress/usr.bin/ssh/forward-control.sh