diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-12 08:14:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-12 08:14:53 +0000 |
commit | 4b44638f4d7d59c0f7d85a9a3a893c1a756f7695 (patch) | |
tree | 3db25da32a9700aafdfb6c00dbeb8647b0230eb5 /tests/data/test2004 | |
parent | 13afff57520aafa0fe4315856e332b4775f98418 (diff) |
use --insecure to allow non-matching known hosts for SSH-based protocols
Diffstat (limited to 'tests/data/test2004')
-rw-r--r-- | tests/data/test2004 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test2004 b/tests/data/test2004 index 7433667be..bad6f7b90 100644 --- a/tests/data/test2004 +++ b/tests/data/test2004 @@ -30,7 +30,7 @@ sftp TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order </name> <command> ---key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt scp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt tftp://%HOSTIP:%TFTPPORT//2004 +--key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt scp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt tftp://%HOSTIP:%TFTPPORT//2004 --insecure </command> <file name="log/test2004.txt"> This is test data |