diff options
author | Yang Tse <yangsita@gmail.com> | 2008-02-08 13:54:02 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-02-08 13:54:02 +0000 |
commit | 1a340de0e5f378e58130dd86955e6bcee47b6f19 (patch) | |
tree | ce96dff2f7debdf58432e5e51717ee052e687959 /tests/.cvsignore | |
parent | 05c191199dbbc0ac0dbfaebb075b78802edb6f80 (diff) |
To verify that the sftp server is actually running, responsive and that
all curl's tests generated configuration and key files are fine, a real
connection is established to the test harness sftp server authenticating
and running a simple sftp remote pwd command.
The verification is done using OpenSSH's or SunSSH's sftp client tool with
a configuration file with the same options as the test harness socks server
with the exception that dynamic forwarding is not used for sftp.
Diffstat (limited to 'tests/.cvsignore')
-rw-r--r-- | tests/.cvsignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore index 217b75782..e6d5aa18b 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -5,11 +5,13 @@ log *.pid *.pdf *.html -curl_client_knownhosts curl_client_key curl_client_key.pub +curl_client_knownhosts curl_host_dsa_key curl_host_dsa_key.pub -curl_sshd_config +curl_sftp_cmds +curl_sftp_config curl_ssh_config +curl_sshd_config stunnel.conf |