Skip to content

Commit 83efab4

Browse files
Merge pull request #256605 from lsweeney24/patch-1
Update secure-file-transfer-protocol-support.md
2 parents ee85155 + 3b83819 commit 83efab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can use many different SFTP clients to securely connect and then transfer fi
114114
| Key exchange |ecdh-sha2-nistp384<br>ecdh-sha2-nistp256<br>diffie-hellman-group14-sha256<br>diffie-hellman-group16-sha512<br>diffie-hellman-group-exchange-sha256|
115115
| Ciphers/encryption |[email protected]<br>[email protected]<br>aes128-ctr<br>aes192-ctr<br>aes256-ctr|
116116
| Integrity/MAC |hmac-sha2-256<br>hmac-sha2-512<br>[email protected]<br>[email protected]|
117-
| Public key |ssh-rsa <sup>2</sup><br>rsa-sha2-256<br>rsa-sha2-512<br>ecdsa-sha2-nistp256<br>ecdsa-sha2-nistp384|
117+
| Public key |ssh-rsa <sup>2</sup><br>rsa-sha2-256<br>rsa-sha2-512<br>ecdsa-sha2-nistp256<br>ecdsa-sha2-nistp384<br>ecdsa-sha2-nistp521|
118118

119119
<sup>1</sup> Host keys are published [here](secure-file-transfer-protocol-host-keys.md).
120120
<sup>2</sup> RSA keys must be minimum 2048 bits in length.

0 commit comments

Comments
 (0)