@@ -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.

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```.

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

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.

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```

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.