Fixed some problems in starting SSH for use in SOCKS.

This commit is contained in:
Dan Fandrich 2007-06-07 19:49:09 +00:00
parent b4d2fbae6d
commit f0ffb35d55
2 changed files with 11 additions and 6 deletions

View file

@ -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;
}