Hello Interface Champions,
I have a 3rd party who gives acess to connect for data exchange/sftp only thru public ip. The public ip of my appliction server is defined and is allowed by third party. (I have generated private/public key) and public key is shared with 3rd party. i am able to connect to the 3rd party server using sftp from my middle tier server.
Now IFS Sender. to generate Knownhost file i need username or public key from 3rd party which i dont have. so i have generated knowhost file from middle tier server using ssh-keyscan.
But I am not able to send file to third party from IFS and getting following error
ifs.fnd.connect.senders.ConnectSender$TemporaryFailureException: Error during file sending Caused by: com.jcraft.jsch.JSchException: reject HostKey: [P2Pxxxst.xxxxxx.co.za]:6022
can some one share process to generate knowhost file without username/password/public key
regards
Pankaj