Commit 0179dbe1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use --insecure for the SFTP and SCP tests

parent 8978b877
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ sftp
SFTP retrieval
 </name>
 <command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file600.txt
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file600.txt --insecure
</command>
<file name="log/file600.txt">
Test data
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ scp
SCP retrieval
 </name>
 <command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file601.txt
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file601.txt --insecure
</command>
<file name="log/file601.txt">
Test data
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ sftp
SFTP put
 </name>
 <command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT%PWD/log/upload.602
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT%PWD/log/upload.602 --insecure
</command>
<file name="log/file602.txt">
Test data
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ scp
SCP upload
 </name>
 <command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603 --insecure
</command>
<file name="log/file603.txt">
Test data
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ sftp
SFTP retrieval of nonexistent file
 </name>
 <command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo --insecure
</command>
</client>

Loading