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
Copy file name to clipboardExpand all lines: articles/storage/blobs/secure-file-transfer-protocol-support-how-to.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ To learn more about the SFTP permissions model, see [SFTP Permissions model](sec
110
110
> [!IMPORTANT]
111
111
> 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.
112
112
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.
114
114
115
115
If you select **SSH Key pair**, then select **Public key source** to specify a key source.
116
116
@@ -202,7 +202,7 @@ To learn more about the SFTP permissions model, see [SFTP Permissions model](sec
202
202
$password
203
203
```
204
204
> [!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.
206
206
207
207
### [Azure CLI](#tab/azure-cli)
208
208
@@ -236,7 +236,7 @@ To learn more about the SFTP permissions model, see [SFTP Permissions model](sec
> 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.
0 commit comments