Data Factory setup with Sink as SFTP using SSH key doesn't work
I am trying to configure an Azure Data Factory to copy data from On-Premise Integrated Runtime IR to an SFTP.
I am able to achieve the functionality and connect to SFTP using plain password, but when I switch the FTP connection to use SSH key instead of password, it gives error.
I am able to use the same private key and connect to SFTP using Filezilla and Putty, but for some reason, ADF keeps giving error. The error that I get is that authentication failed due to invalid key.
On the SFTP logs, I do not see any issue mentioned that invalid key was provided at the login.
Is there anything that I am missing? Any thoughts/tips on this would be helpful!