Skip to content

Commit 2377001

Browse files
authored
Fix Supported SSH algorithms
1 parent efc1a1e commit 2377001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Starting in Visual Studio version 16.9, support for older, insecure SSH algorith
116116

117117
| Algorithm type | Supported algorithms |
118118
|--|--|
119-
| Encryption | `aes128-cbc`</br>`aes128-cbc`</br>`aes192-cbc`</br>`aes192-ctr`</br>`aes256-cbc`</br>`aes256-ctr` |
120-
| HMAC | `hmac-sha2-256`</br>`hmac-sha2-256` |
119+
| Encryption | `aes128-cbc`</br>`aes128-ctr`</br>`aes192-cbc`</br>`aes192-ctr`</br>`aes256-cbc`</br>`aes256-ctr` |
120+
| HMAC | `hmac-sha2-256`</br>`hmac-sha2-512` |
121121
| Key exchange | `diffie-hellman-group14-sha256`</br>`diffie-hellman-group16-sha512`</br>`diffie-hellman-group-exchange-sha256`</br>`ecdh-sha2-nistp256`</br>`ecdh-sha2-nistp384`</br>`ecdh-sha2-nistp521` |
122122
| Host key | `ecdsa-sha2-nistp256`</br>`ecdsa-sha2-nistp384`</br>`ecdsa-sha2-nistp521`</br>`ssh-dss`</br>`ssh-rsa` |
123123

0 commit comments

Comments
 (0)