Skip to content
Snippets Groups Projects
Commit ea6da145 authored by Ilya Zhukov's avatar Ilya Zhukov
Browse files

Make remark for Windows issue

parent 5a421133
Branches
No related tags found
No related merge requests found
Pipeline #187134 passed
......@@ -55,6 +55,16 @@ Install the "Remote Explorer" extension pack from Microsoft.
:::
:::warning
On Dec 20, JSC stopped using a certain encryption method for security reasons. Now, they're using a different one, but it's causing problems on Windows computers. To resolve this issue on Windows you need to add the following line in your ssh config file (in `.ssh\config` in your user directory:
```
Host *
MACs -umac-128-etm@openssh.com,umac-128@openssh.com
```
:::
Now you will see new entry in your "Remotes"
![New entry in remotes](VSCode_8.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment