Blob Storage SFTP to Data Factory: wrong SSH fingerprint

asktocedsq 20 Reputation points
2024-09-05T10:20:03.91+00:00

For exercise purposes, I'm trying to connect an Azure blob storage via SFTP to Azure data factory's Copy Data tool. When I test the connection, the error reads:

Host key finger-print validation failed. Expected finger-print is 'ecdsa-sha2-nistp256 256 7Lrxb5z3CnAWI8pr2LK5eFHwDCl/Gtm/fhgGwB3zscw=', real finger-print is 'ecdsa-sha2-nistp256 256 cd:61:5e:c9:f2:0f:dd:84:f2:df:2a:dd:43:38:b2:94'.

I got the expected fingerprint from here: https://video2.skills-academy.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-host-keys (West Europe, ecdsa-sha2-nistp256).

I put it in the GUI like this (added "ecdsa-sha2-nistp256 256 " in front of the fingerprint):

screenshot of Azure input fields for SSH

Obviously, the fingerprint format is all wrong. How can I get the right format from the official fingerprint on the website? Am I doing something else fundamentally wrong?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,793 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.