From 04782eac01f13d7dba6fcabb1460c1d0acacedd7 Mon Sep 17 00:00:00 2001 From: Negin Sobhani Date: Mon, 7 Oct 2024 19:30:50 -0600 Subject: [PATCH] Update vscode.md instructions for connecting to compute node --- docs/environment-and-software/vscode.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/environment-and-software/vscode.md b/docs/environment-and-software/vscode.md index 4ba59932..f21ecda7 100644 --- a/docs/environment-and-software/vscode.md +++ b/docs/environment-and-software/vscode.md @@ -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: