Skip to content

Commit 44a56ab

Browse files
committed
Update SFTP TSG
1 parent 9ab2665 commit 44a56ab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 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,8 +177,15 @@ 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

0 commit comments

Comments
 (0)