Skip to main content

SFTP (SSH Public Key Authentication)

Connect to SFTP Server using SSH Public Key authentication

To use this connection type within the API, use a ConnectionTypeCode of SFTP-SSHPUBLICKEY.

Variable Reference

The following variables are supported:

  • SftpHost - (Required) The URL or path to the SFTP Host.

  • SftpPort - (Optional) The SFTP Port.

  • SftpUsernameSecretName - (Required) The name of the Key Vault Secret containing the value of the Username to access the SFTP endpoint.

  • SftpPrivateKeySecretName - (Required) The name of the Key Vault Secret containing the value of the SSH Private Key to access the SFTP endpoint.

  • IntegrationRuntime - (Required) Integration Runtime to use for Copy Activity.