How can I add keyExchangeAlgorithm values in Azure Data Factory SFTP linked services?

2024-10-15T08:41:21.6133333+00:00

How to set key exchange algorithms in ADF SFTP linked service

User's image

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chandra Boorla 14,510 Reputation points Microsoft External Staff Moderator
    2024-10-15T20:00:34.62+00:00

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.