High severitydata source
Power BI Refresh Error:
SftpFailedToConnectToSftpServer
What does this error mean?
ADF cannot connect to the SFTP server — the server is unreachable, the port is blocked, or the host key fingerprint does not match.
Common causes
- 1The SFTP server hostname or IP address in the linked service is incorrect
- 2Port 22 (or the configured SFTP port) is blocked by a firewall between the integration runtime and the SFTP server
- 3The host key fingerprint in the ADF linked service does not match the current server host key
- 4The SFTP server is offline or undergoing maintenance
How to fix it
- 1Verify the SFTP server hostname and port in the ADF linked service.
- 2Test connectivity from the self-hosted integration runtime machine: ssh <user>@<host> -p <port>.
- 3Check firewall rules on both the IR machine and the SFTP server for outbound/inbound rules on the SFTP port.
- 4If the server host key changed (e.g., after a server migration), update the host key fingerprint in the linked service.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-ftp-sftp-http