Skip to content

Commit 2882dbd

Browse files
committed
Merge branch 'patch-183' of https://github.com/changeworld/azure-docs into public-prs
2 parents 1c121cb + cdba694 commit 2882dbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-sftp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To use basic authentication, set the *authenticationType* property to *Basic*, a
9090
| Property | Description | Required |
9191
|:--- |:--- |:--- |
9292
| userName | The user who has access to the SFTP server. |Yes |
93-
| password | The password for the user (userName). Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure key vault](store-credentials-in-key-vault.md). | Yes |
93+
| password | The password for the user (userName). Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
9494

9595
**Example:**
9696

@@ -127,8 +127,8 @@ To use SSH public key authentication, set "authenticationType" property as **Ssh
127127
|:--- |:--- |:--- |
128128
| userName | The user who has access to the SFTP server. |Yes |
129129
| privateKeyPath | Specify the absolute path to the private key file that the integration runtime can access. This applies only when the self-hosted type of integration runtime is specified in "connectVia." | Specify either `privateKeyPath` or `privateKeyContent`. |
130-
| privateKeyContent | Base64 encoded SSH private key content. SSH private key should be OpenSSH format. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure key vault](store-credentials-in-key-vault.md). | Specify either `privateKeyPath` or `privateKeyContent`. |
131-
| passPhrase | Specify the pass phrase or password to decrypt the private key if the key file or the key content is protected by a pass phrase. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure key vault](store-credentials-in-key-vault.md). | Yes, if the private key file or the key content is protected by a pass phrase. |
130+
| privateKeyContent | Base64 encoded SSH private key content. SSH private key should be OpenSSH format. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure Key Vault](store-credentials-in-key-vault.md). | Specify either `privateKeyPath` or `privateKeyContent`. |
131+
| passPhrase | Specify the pass phrase or password to decrypt the private key if the key file or the key content is protected by a pass phrase. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure Key Vault](store-credentials-in-key-vault.md). | Yes, if the private key file or the key content is protected by a pass phrase. |
132132

133133
> [!NOTE]
134134
> The SFTP connector supports an RSA/DSA OpenSSH key. Make sure that your key file content starts with "-----BEGIN [RSA/DSA] PRIVATE KEY-----". If the private key file is a PPK-format file, use the PuTTY tool to convert from PPK to OpenSSH format.

0 commit comments

Comments
 (0)