Medium severitycredentials
Power BI Refresh Error:
SftpInvalidHostKeyFingerprint
What does this error mean?
The SFTP server's host key fingerprint does not match the ADF linked service configuration — a security check against man-in-the-middle attacks.
Common causes
- 1The SFTP server was migrated to new hardware and its SSH host keys changed
- 2The SFTP server was reinstalled and new host keys were generated
- 3The fingerprint in the ADF linked service was entered incorrectly during initial configuration
How to fix it
- 1Connect to the SFTP server from a trusted machine and obtain the current host key fingerprint: ssh-keyscan <host>.
- 2Update the host key fingerprint in the ADF SFTP linked service to match the current server fingerprint.
- 3Verify with the SFTP server administrator that the key change was intentional before trusting the new fingerprint.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-ftp-sftp-http