perl (and a unix-style shell)
diff (when a test fail, a diff is shown)
stunnel (for HTTPS and FTPS tests)
- sshd (for SCP and SFTP tests; OpenSSH ver. 3.9 is known to work)
+ sshd (for SCP and SFTP tests; OpenSSH ver. 3.8 is known to work)
TCP ports used:
# This is a generated file! Do not edit!
# OpenSSH sshd configuration file for curl testing
AllowUsers $username
+DenyUsers
+DenyGroups
AuthorizedKeysFile $path/curl_client_key.pub
HostKey $path/curl_host_dsa_key
PidFile $path/.ssh.pid
ListenAddress localhost
Protocol 2
AllowTcpForwarding no
+GatewayPorts no
HostbasedAuthentication no
IgnoreRhosts yes
IgnoreUserKnownHosts yes
Subsystem sftp $sftp
UseLogin no
X11Forwarding no
+UsePrivilegeSeparation no
# Newer OpenSSH options
UsePam no
UseDNS no