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

Fix typo

parent f733d0e2
No related branches found
No related tags found
No related merge requests found
Pipeline #184825 passed
......@@ -29,7 +29,7 @@ Install the "Remote Explorer" extension pack from Microsoft.
Click on it, and select "SSH Targets" to add a new SSH connection.
![SSH Targets](VSCode_4.png)
Yse you typical SSH command you use to connect to JSC systems, in this example I'm connecting to JURECA-DC.
Use your typical SSH command you use to connect to JSC systems, in this example I'm connecting to JURECA-DC via the following command ```ssh -i ed25519 zhukov1@jureca.fz-juelich.de```.
![SSH command](VSCode_5.png)
Safe SSH configuration to the config file.
......@@ -54,10 +54,9 @@ To connect to the remote you hover over the entry and select either "Connect in
![Open remote directory](VSCode_9.png)
By default you will see the path to your $HOME directory, which is small on JSC systems and dedicated to storing SSH keys and configuration files.
![Do not use $HOME](VSCode_10.png)
Therefore we are going to mount $PROJECT directory, e.g. ```/p/project/training2410```
So instead of $HOME we will mount the $PROJECT directory, e.g. ```/p/project/training2410```
![Mount $PROJECT directory](VSCode_11.png)
The VS Code prompt appears when you open a new folder for the first time, asking if it should be trusted. If you're confident that simply browsing the directory is safe, select the appropriate option as shown below. This enables all editor features for that directory, safeguarding against potential dangers from malicious sources.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment