From 1b918a14c9f1fb53eac49bbdc3a430085b3bfd17 Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Mon, 3 Aug 2026 12:31:54 -0400 Subject: [PATCH] fix oversight from recent PR --- docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx | 6 +++--- .../12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx b/docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx index b85ce10bbf..270598d239 100644 --- a/docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx +++ b/docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx @@ -35,9 +35,9 @@ Host torch login.torch.hpc.nyu.edu # NYU Torch compute nodes — match by hostname pattern, proxy through login Host cs* cl* gr* ga* gh* gl* - User fs3047 - ProxyCommand ssh -W %h:%p torch-login - ForwardAgent yes + User + ProxyCommand ssh -W %h:%p torch-login + ForwardAgent yes ###################################################### ``` diff --git a/docs/hpc/12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx b/docs/hpc/12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx index 43afe87164..b8f3218297 100644 --- a/docs/hpc/12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx +++ b/docs/hpc/12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx @@ -189,9 +189,9 @@ Host torch login.torch.hpc.nyu.edu # NYU Torch compute nodes — match by hostname pattern, proxy through login Host cs* cl* gr* ga* gh* gl* - User fs3047 - ProxyCommand ssh -W %h:%p torch-login - ForwardAgent yes + User + ProxyCommand ssh -W %h:%p torch-login + ForwardAgent yes ###################################################### ``` You'll need to replace the sections above labelled `` with your NetID. You can find more details about this at the [Quickstart section of Accessing HPC at NYU](https://sites.google.com/nyu.edu/nyu-hpc/accessing-hpc#h.7t97br4zzvip)