Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vscode instructions for connecting to compute node #256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/environment-and-software/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,15 @@ The integration of PBS Batch jobs with VS Code requires some additional configur

```
Host dec????
HostName %h
ProxyCommand ssh -W %h:%p derecho
HostName derecho.hpc.ucar.edu
RemoteCommand ssh %n
RequestTTY yes

Host deg????
HostName %h
ProxyCommand ssh -W %h:%p derecho
HostName derecho.hpc.ucar.edu
RemoteCommand ssh %n
RequestTTY yes

```

Once the proxy connection can be established with your edited local SSH configuration file, use the following steps to connect to a compute node:
Expand Down
Loading