Re: (Exception) **Host key does not match configured key fingerprint "ssh-rsa 1024 KfH2Zul0c+lnIQ3vIRz7s
I'm not sure I understand. So is it working now?
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
ssh-rsa 1024 KfH2Zul0c+lnIQ3vIRz7slq71crPirz+3ZkvwA5gulE=
from?
ssh-rsa 1024 2aQE3Q82arBxCXSCUeGF3HqfeYMh25YX9bVc5g1Qmhc=
.
(Exception) **Host key does not match configured key fingerprint "ssh-rsa 1024 KfH2Zul0c+lnIQ3vIRz7slq71crPirz+3ZkvwA5gulE="!**
@echo off
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/log="C:\writable\path\to\log\WinSCP.log" /ini=nul ^
/command ^
"open sftp://user:password@remoteserver:10039/ -hostkey=""ssh-rsa 1024 KfH2Zul0c+lnIQ3vIRz7slq71crPirz+3ZkvwA5gulE="" -privatekey=""E:\FTPPIL\lmsprdedi01.openssh"" -rawsettings AgentFwd=1 KEX=""rsa,ecdh,dh-gex-sha1,dh-group14-sha1,WARN,dh-group1-sha1""" ^
"cd Outbox/eqmvmt" ^
"lcd C:\LINES\ProdFTPEDIOUT\PIL\Coarri" ^
"put *.* -nopreservetime" ^
"lcd C:\LINES\ProdFTPEDIOUT\PIL\Codeco" ^
"put *.* -nopreservetime" ^
"exit"
set WINSCP_RESULT=%ERRORLEVEL%
if %WINSCP_RESULT% equ 0 (
echo Success
) else (
echo Error
)
exit /b %WINSCP_RESULT%