CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2022/04/19 23:24:13
Modified files: regress/usr.bin/ssh: forward-control.sh Log message: 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.