Hi @Hampannavar, Karthik SBOBNG-PTIY/FBD
Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
Unfortunately, the keyExchangeAlgorithm property is not configurable in Azure Data Factory (ADF) SFTP linked services. In Azure Data Factory, you don’t directly specify the keyExchangeAlgorithm values in the SFTP linked service configuration. Instead, ADF automatically negotiates the key exchange algorithm with the SFTP server based on the algorithms supported by both ADF and the server.
Note: The latest version to support above key exchange algorithms on SHIR is version 5.19.
The newly supported algorithms are:
- ssh-ed25519
- ecdsa-sha2-nistp256
- ecdsa-sha2-nistp384
- ecdsa-sha2-nistp521
For additional information, please refer: Troubleshoot the FTP, SFTP and HTTP connectors in Azure Data Factory and Azure Synapse.
I hope this information helps.
Thank you.