Skip to content

Commit 2bc0473

Browse files
authored
Merge pull request #94760 from themorey/patch-2
added a NOTE to clarify the SFTP username command
2 parents 68b7683 + 6a907a4 commit 2bc0473

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ You can use any SFTP client to securely connect and then transfer files. The fol
247247
> [!div class="mx-imgBorder"]
248248
> ![Connect with Open SSH](./media/secure-file-transfer-protocol-support-how-to/ssh-connect-and-transfer.png)
249249
250+
> [!NOTE]
251+
> The SFTP username is `storage_account_name`.`username`. In the example above the `storage_account_name` is "contoso4" and the `username` is "contosouser." The combined username becomes `contoso4.contosouser` for the SFTP command.
252+
250253
> [!NOTE]
251254
> You might be prompted to trust a host key. During the public preview, valid host keys are published [here](secure-file-transfer-protocol-host-keys.md).
252255

0 commit comments

Comments
 (0)