Skip to content

Commit 9df2c54

Browse files
committed
Add SFTP TSG
1 parent dce26d3 commit 9df2c54

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 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,12 @@ 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.
178+
179+
- **Cause**: The key exchange algorithms provided by the SFTP vendor are not supported in ADF. The key exchange algorithms supported by ADF are `diffie-hellman-group-exchange-sha256 [Redacted] diffie-hellman-group14-sha1`, while the key exchange algorithms in the SFTP vendor's list are `curve25519-sha256 ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 diffie-hellman-group14-sha256 diffie-hellman-group15-sha512 diffie-hellman-group16-sha512 diffie-hellman-group17-sha512 diffie-hellman-group18-sha512`.
180+
175181
## HTTP
176182
177183
### Error code: HttpFileFailedToRead

0 commit comments

Comments
 (0)