@@ -15,7 +15,7 @@ By default, if you follow those instructions, you will end up running the VS Cod
Please follow the excelent instructions here https://code.visualstudio.com/docs/remote/ssh#_installation ... When you get to the section "Connect to a remote host" please come back here
1. Setup ssh-agent and keys (optional HIGHLY recommended)
1. Generate a key
i. Generate a key
If you are still using passwords, you should definitly switch to keys open a terminal (mac and linux) or a powershell (windows) and run the command
```
...
...
@@ -34,7 +34,7 @@ By default, if you follow those instructions, you will end up running the VS Cod
```
echo <paste the line you just copied> >> .ssh/authorized_keys
```
1. Setup the agent
i. Setup the agent
Windows only (the agent is already running on linux and mac)