Skip to content

Commit d3ef938

Browse files
authored
Merge pull request #206354 from Clare-Zheng82/0729-Update_SFTP_TSG
Update SFTP TSG to add key exchange algorithms
2 parents e2cf307 + 4c3b26b commit d3ef938

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/data-factory/connector-troubleshoot-ftp-sftp-http.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.service: data-factory
77
ms.subservice: data-movement
88
ms.topic: troubleshooting
9-
ms.date: 07/08/2022
9+
ms.date: 07/29/2022
1010
ms.author: jianleishen
1111
ms.custom: has-adal-ref, synapse
1212
---
@@ -177,11 +177,20 @@ This article provides suggestions to troubleshoot common problems with the FTP,
177177
- **Symptoms**: You are unable to connect to SFTP via ADF and meet the following error message: `Failed to negotiate key exchange algorithm.`
178178
179179
- **Cause**: The key exchange algorithms provided by the SFTP server are not supported in ADF. The key exchange algorithms supported by ADF are:
180+
- curve25519-sha256
181+
182+
- ecdh-sha2-nistp256
183+
- ecdh-sha2-nistp384
184+
- ecdh-sha2-nistp521
180185
- diffie-hellman-group-exchange-sha256
181186
- diffie-hellman-group-exchange-sha1
187+
- diffie-hellman-group16-sha512
188+
- diffie-hellman-group14-sha256
182189
- diffie-hellman-group14-sha1
183190
- diffie-hellman-group1-sha1
184191
192+
The latest version to support above key exchange algorithms on SHIR is version 5.19.
193+
185194
### Error Code: SftpInvalidHostKeyFingerprint
186195
187196
- **Message**: `Host key finger-print validation failed. Expected fingerprint is '<value in linked service>', real finger-print is '<server real value>'`

0 commit comments

Comments
 (0)