SCP server sha256 key check # # Server-side test # # Client-side # so far only the libssh2 backend supports SHA256 libssh2 scp SCP correct sha256 host key --hostpubsha256 %SSHSRVSHA256 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt # Needed for MSYS2 to not treat the argument as a POSIX path list # that has to be converted to Windows paths MSYS2_ARG_CONV_EXCL=* test # # Verify data after the test has been "shot" 0 disable