Skip to content

Commit 2008e71

Browse files
authoredFeb 19, 2025··
Merge pull request #739 from tdthatcher/vsc-ssh-update
ssh wildcard update
2 parents ea1da1c + a301f9c commit 2008e71

File tree

1 file changed

+1
-1
lines changed
  • docs/Documentation/Development/VSCode

1 file changed

+1
-1
lines changed
 

‎docs/Documentation/Development/VSCode/vscode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We will now create a host entry in your local ssh config file to make connecting
5959
Use the remote-ssh command to edit your VS Code ssh config file (~/.ssh/config). Add the following:
6060

6161
```
62-
Host x?00?c*
62+
Host x????c*
6363
ProxyJump <username>@kestrel.hpc.nrel.gov
6464
```
6565

0 commit comments

Comments
 (0)
Please sign in to comment.