diff --git a/docs/Documentation/Development/VSCode/vscode.md b/docs/Documentation/Development/VSCode/vscode.md index a6f3a3eca..a95ec18e2 100644 --- a/docs/Documentation/Development/VSCode/vscode.md +++ b/docs/Documentation/Development/VSCode/vscode.md @@ -59,7 +59,7 @@ We will now create a host entry in your local ssh config file to make connecting Use the remote-ssh command to edit your VS Code ssh config file (~/.ssh/config). Add the following: ``` -Host x?00?c* +Host x????c* ProxyJump @kestrel.hpc.nrel.gov ```