I am getting the following error message when I try to sftp from SAS EG: SAS Host key verification failed. Couldn't read packet: Connection reset by peer This is when I execute the sftp command using the x command e.g. x "sftp my_user@mytest.vvv.sss.xxxxxx.com.aa"; XCMD is enabled as I can issue other x commands successfully. This is even though I am logged on in EG as the same user that has been set up with the public and private keys on the Unix server and my code is submitted to run on that server. If I log on to the unix server directly with the same account id as in EG using Putty, and issue the same command, sftp my_user@mytest.vvv.sss.xxxxxx.com.aa it works, and connects successfully to the remote sftp server. Any suggestions welcome.
... View more