File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test631
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: SCP
    5: FAILURE
    6: server key check
    7: </keywords>
    8: </info>
    9: 
   10: #
   11: # Client-side
   12: <client>
   13: <server>
   14: scp
   15: </server>
   16:  <name>
   17: SCP incorrect host key
   18:  </name>
   19:  <command>
   20: --hostpubmd5 00000000000000000000000000000000 --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%POSIX_PWD/log/irrelevant-file --insecure
   21: </command>
   22: </client>
   23: 
   24: #
   25: # Verify data after the test has been "shot"
   26: <verify>
   27: <errorcode>
   28: 60
   29: </errorcode>
   30: <valgrind>
   31: disable
   32: </valgrind>
   33: </verify>
   34: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>