Skip to content

Commit a85faf6

Browse files
authored
[SFTP] Add SSH password details
Include that SSH passwords are Azure generated and minimum 88 characters in length (subject to change)
1 parent d218a35 commit a85faf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/secure-file-transfer-protocol-support-how-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To learn more about the SFTP permissions model, see [SFTP Permissions model](sec
110110
> [!IMPORTANT]
111111
> While you can enable both forms of authentication, SFTP clients can connect by using only one of them. Multifactor authentication, whereby both a valid password and a valid public and private key pair are required for successful authentication is not supported.
112112
113-
If you select **SSH Password**, then your password will appear when you've completed all of the steps in the **Add local user** configuration pane.
113+
If you select **SSH Password**, then your password will appear when you've completed all of the steps in the **Add local user** configuration pane. Note that SSH passwords are generated by Azure and are minimum 88 characters in length.
114114

115115
If you select **SSH Key pair**, then select **Public key source** to specify a key source.
116116

@@ -202,7 +202,7 @@ To learn more about the SFTP permissions model, see [SFTP Permissions model](sec
202202
$password
203203
```
204204
> [!IMPORTANT]
205-
> You can't retrieve this password later, so make sure to copy the password, and then store it in a place where you can find it. If you lose this password, you'll have to generate a new one.
205+
> You can't retrieve this password later, so make sure to copy the password, and then store it in a place where you can find it. If you lose this password, you'll have to generate a new one. Note that SSH passwords are generated by Azure and are minimum 88 characters in length.
206206
207207
### [Azure CLI](#tab/azure-cli)
208208

@@ -236,7 +236,7 @@ To learn more about the SFTP permissions model, see [SFTP Permissions model](sec
236236
az storage account local-user regenerate-password --account-name contosoaccount -g contoso-resource-group -n contosouser
237237
```
238238
> [!IMPORTANT]
239-
> You can't retrieve this password later, so make sure to copy the password, and then store it in a place where you can find it. If you lose this password, you'll have to generate a new one.
239+
> You can't retrieve this password later, so make sure to copy the password, and then store it in a place where you can find it. If you lose this password, you'll have to generate a new one. Note that SSH passwords are generated by Azure and are minimum 88 characters in length.
240240
241241
---
242242

0 commit comments

Comments
 (0)