Skip to content

Commit 34a83e2

Browse files
authored
Merge pull request #190141 from mikewill4/patch-9
[SFTP] Document support for ETM MAC algs
2 parents 906919f + 84c4087 commit 34a83e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ You can use many different SFTP clients to securely connect and then transfer fi
109109
|----------|--------------|--------------------|---------------|------------|
110110
| rsa-sha2-256 | ecdh-sha2-nistp384 | [email protected] | hmac-sha2-256 | ssh-rsa |
111111
| rsa-sha2-512 | ecdh-sha2-nistp256 | [email protected] | hmac-sha2-512 | ecdsa-sha2-nistp256 |
112-
| ecdsa-sha2-nistp256 | diffie-hellman-group14-sha256 | aes128-cbc| | ecdsa-sha2-nistp384 |
113-
| ecdsa-sha2-nistp384| diffie-hellman-group16-sha512 | aes256-cbc | |
112+
| ecdsa-sha2-nistp256 | diffie-hellman-group14-sha256 | aes128-cbc| [email protected] | ecdsa-sha2-nistp384 |
113+
| ecdsa-sha2-nistp384| diffie-hellman-group16-sha512 | aes256-cbc | [email protected] |
114114
||| aes192-cbc ||
115115

116116
SFTP support for Azure Blob Storage currently limits its cryptographic algorithm support based on security considerations. We strongly recommend that customers utilize Microsoft Security Development Lifecycle (SDL) approved algorithms to securely access their data. More details can be found [here](/security/sdl/cryptographic-recommendations).

0 commit comments

Comments
 (0)