File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1459
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: SFTP
    5: known_hosts
    6: </keywords>
    7: </info>
    8: 
    9: #
   10: # Client-side
   11: <client>
   12: <server>
   13: sftp
   14: </server>
   15: <precheck>
   16: mkdir -p %PWD/log/test1459.dir/.ssh
   17: </precheck>
   18: <features>
   19: sftp
   20: </features>
   21:  <name>
   22: SFTP with corrupted known_hosts
   23:  </name>
   24:  <command>
   25: -u : sftp://%HOSTIP:%SSHPORT/ -l
   26: </command>
   27: <file name="log/test1459.dir/.ssh/known_hosts">
   28: |1|qy29Y1x/+/F39AzdG5515YSSw+c=|iB2WX5jrU3ZTWc+ZfGau7HHEvBc= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAynDN8cDJ3xNzRjTNNGciSHSxpubxhZ6YnkLdp1TkrGW8n\
   29: R93Ey5VtBeBblYTRlFXBWJgKFcTKBRJ/O4qBZwbUgt10AHj31i6h8NehfT19tR8wG/YCmj3KtYLHmwdzmW1edEL9G2NdX2KiKYv7/zuly3QvmP0QA0NhWkAz0KdWNM=
   30: </file>
   31: <setenv>
   32: CURL_HOME=%PWD/log/test1459.dir
   33: </setenv>
   34: </client>
   35: 
   36: # Verify data after the test has been "shot"
   37: <verify>
   38: <errorcode>
   39: 60
   40: </errorcode>
   41: <valgrind>
   42: disable
   43: </valgrind>
   44: </verify>
   45: </testcase>
   46: 

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