Hello everyone,
I am creating a sftp file polling service (which is polling a remote location). I am facing "Failed to read remote identification" and "ssh-rsa Key Not Found for host" error.
I have tried the following solutions:
- use dsa instead of rsa
- create known_hosts file on location :"domain_home/config/osb/transports/sftp" and grant all permissions.
But none of above worked for me. need help on this one
Thanks