Skip to content

Commit 0278a32

Browse files
authored
Merge pull request #191387 from Clare-Zheng82/0311-Add_SFTP_TSG
Add TSG to SFTP troubleshooting doc
2 parents 9a9b26f + 4fd8909 commit 0278a32

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 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: 10/01/2021
9+
ms.date: 03/11/2022
1010
ms.author: jianleishen
1111
ms.custom: has-adal-ref, synapse
1212
---
@@ -172,6 +172,16 @@ This article provides suggestions to troubleshoot common problems with the FTP,
172172
1. On the ADF portal, hover on the SFTP linked service, and open its payload by selecting the code button.
173173
1. Add `"allowKeyboardInteractiveAuth": true` in the "typeProperties" section.
174174
175+
### Unable to connect to SFTP due to key exchange algorithms provided by SFTP are not supported in ADF
176+
177+
- **Symptoms**: You are unable to connect to SFTP via ADF and meet the following error message: `Failed to negotiate key exchange algorithm.`
178+
179+
- **Cause**: The key exchange algorithms provided by the SFTP server are not supported in ADF. The key exchange algorithms supported by ADF are:
180+
- diffie-hellman-group-exchange-sha256
181+
- diffie-hellman-group-exchange-sha1
182+
- diffie-hellman-group14-sha1
183+
- diffie-hellman-group1-sha1
184+
175185
## HTTP
176186
177187
### Error code: HttpFileFailedToRead

0 commit comments

Comments
 (0)