Has anyone else dealt with “FTP_INCORRECT_HOST_KEY...
# general
s
Has anyone else dealt with “FTP_INCORRECT_HOST_KEY” when using sftp.createConnection? I have the exact same host key working in my sandbox environment but is failing in production. This is occurring within my scripts as well as the SFTP Connector SuiteApp.
n
How are you generating the HOST key?
s
ssh-keyscan <domain>
I’ve also include -t rsa and -p 22… it’s always the same host key and I’m confident it’s correct as it’s working in all sandbox environments just fine.