Skip to content

Commit 8b01d0c

Browse files
authored
Merge pull request #204083 from Clare-Zheng82/0708-Update_SFTP_TSG
Add SFTP TSG
2 parents 5049bbb + ca1df3c commit 8b01d0c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 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: 03/11/2022
9+
ms.date: 07/08/2022
1010
ms.author: jianleishen
1111
ms.custom: has-adal-ref, synapse
1212
---
@@ -182,6 +182,21 @@ This article provides suggestions to troubleshoot common problems with the FTP,
182182
- diffie-hellman-group14-sha1
183183
- diffie-hellman-group1-sha1
184184
185+
### Error Code: SftpInvalidHostKeyFingerprint
186+
187+
- **Message**: `Host key finger-print validation failed. Expected fingerprint is '<value in linked service>', real finger-print is '<server real value>'`
188+
189+
- **Cause**: Azure Data Factory now supports more secure host key algorithms in SFTP connector. For the newly added algorithms, it requires to get the corresponding fingerprint in the SFTP server.
190+
191+
The newly supported algorithms are:
192+
193+
- ssh-ed25519
194+
- ecdsa-sha2-nistp256
195+
- ecdsa-sha2-nistp384
196+
- ecdsa-sha2-nistp521
197+
198+
- **Recommendation**: Get a valid fingerprint using the Host Key Name in `real finger-print` from the error message in the SFTP server. You can run the command to get the fingerprint on your SFTP server. For example: run `ssh-keygen -E md5 -lf <keyFilePath>` in Linux server to get the fingerprint. The command may vary among different server types.
199+
185200
## HTTP
186201
187202
### Error code: HttpFileFailedToRead

0 commit comments

Comments
 (0)