diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sshserver.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sshserver.pl b/tests/sshserver.pl index dac46a9f4..f651e0714 100644 --- a/tests/sshserver.pl +++ b/tests/sshserver.pl @@ -746,6 +746,9 @@ if((($sshid =~ /OpenSSH/) && ($sshvernum >= 370)) || if(($sshid =~ /OpenSSH/) && ($sshvernum >= 390)) { push @cfgarr, 'ControlMaster no'; +} + +if(($sshid =~ /OpenSSH/) && ($sshvernum >= 420)) { push @cfgarr, 'ControlPath none'; } |