You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to test an SFTP linked service connection to Linux SFTP server, using SSH public key authentication, and an Azure generated SSH public key.
An example of the linked service configuration can be seen below...
When testing this I connection the get the following error..
Error code: SftpAuthenticationFailure
Details: Meet authentication failure when connect to Sftp server '??.???.??.???' using 'SshPublicKey' authentication type. Please make sure you are using the correct authentication type and the credential is valid. For more details, see our troubleshooting docs. Permission denied (publickey).
However when testing to the same SFTP server using FileZilla, and the following configuration, the connection is successful.
Additionally, when using the same SSH public/private key pair, and authentication method, for an SFTP linked service connection to an SFTP enabled Azure storage container the connection is also successful.
I have tested this using the AutoResolveRuntime and a self-hosted integration runtime with identical results.
The text was updated successfully, but these errors were encountered:
Hi,
I have been trying to test an SFTP linked service connection to Linux SFTP server, using SSH public key authentication, and an Azure generated SSH public key.
An example of the linked service configuration can be seen below...
When testing this I connection the get the following error..
However when testing to the same SFTP server using FileZilla, and the following configuration, the connection is successful.
Additionally, when using the same SSH public/private key pair, and authentication method, for an SFTP linked service connection to an SFTP enabled Azure storage container the connection is also successful.
I have tested this using the AutoResolveRuntime and a self-hosted integration runtime with identical results.
The text was updated successfully, but these errors were encountered: