mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:17:16 +03:00
Fixed some problems in starting SSH for use in SOCKS.
This commit is contained in:
parent
b4d2fbae6d
commit
f0ffb35d55
2 changed files with 11 additions and 6 deletions
|
|
@ -108,7 +108,7 @@ if ($verbose) {
|
|||
|
||||
# Verify minimum OpenSSH version.
|
||||
if (($ssh_daemon !~ /OpenSSH/) || (10 * $ssh_ver_major + $ssh_ver_minor < 37)) {
|
||||
print "SCP and SFTP tests require OpenSSH 3.7 or later\n";
|
||||
print "SCP, SFTP and SOCKS tests require OpenSSH 3.7 or later\n";
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue