Hi all ,
I have a Google Cloud instance running Linux and having a static IP address. I want to use this as sftp server and the source from where ION will pull the csv files for processing in the data flows. We can connect to this instance in 2 ways - password authentication and ssh keys. Unfortunately password authentication is prohibited in the Google Cloud Platform for security purposes. Found KB 2149170 with the required information to proceed . I configured the ssh keys in the instance. There are 4 files generated.
* known_hosts has the host public key in the format ION requires
* id_rsa is your users private key in the format ION requires
* id_rsa.pub
* authorized keys contains the public keys for users
As per the ION guide , Import server public key in openSSH format, with this structure: <modeled host name> <public key type> <public key> . My known_hosts file is in the format as below. I added the hostname and key type to match the format requested by ION.
|1|eRb8RKmY+wiUV34AXKD...............................
When using WinSCP/FileZilla i am able to connect to Google cloud and to update files. But the connection via ION is not getting established. Facing 'HostKey has been changed' exception.
As per Infor support , the sftp setup is out of scope. Any ideas ? Pls help.