mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:34:37 +03:00
'ControlPath' ssh client configuration file option requires OpenSSH 4.2 or
later to accept 'none' as an indication to disable connection multiplexing
This commit is contained in:
parent
c479c64333
commit
61a2d5ea75
1 changed files with 3 additions and 0 deletions
|
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue