Hi
I'm trying to connect to a SuccessFactors SFTP server from HCI using the SFTP adapter.
I understand that I have to add a known_hosts file in the Manage Security Material section even if I'm using User Name/Password authentication.
I installed OpenSSH on my laptop and ran the following command.
"ssh-keyscan -t rsa sftpXXX.successfactors.eu"
....and got the following response:
"# sftpXXX.successfactors.eu:22 SSH-2.0-1.82_sshlib xxxx
sftpXXX.successfactors.eu ssh-rsa AAAAB3NzaC1yc2EAAAABEQAAAQEA2rHzZK6MtRHtHwfWLba9UN8u2uy7zhBrRR/ZgTfzrLAZzINcV1DwehXJAv7OHYGAOeNEOKo4dkZ1gCoO4thfhLrkv5hlTydZuBylKpSDr0GxYIOaWKWfHVXxgCQUCAyMkopIMYQfUhcMfGBXPRLEEPqTWA1zflSf9yrJgNxL/oGZkF+40ZjeBaUPW8/JOLeWtKnh3hyxzMmw5P6OVqUl58iALGjLRcYzvELxneOgn4wTlvEenNJrANbD/9L6cDUPbfZEqTFOpLznjW68yPZ+L7f6KIDmiWXIJA2PturoSbjAvbZQU9oR8ZMtF4aAs1RsKxckjGpLyhDyTWnq3/C34Q=="
I pasted this into a text file and deployed it in HCI Manage Security
However I'm still getting the following error in HCI Monitor Message Processing:
"org.apache.camel.componant.file.GenericFileOperationFailedException:Cannpt connect to sftp://9999999X@https:22, cause: java.net.UnknownHostException: https"
Thanks
Jonathan