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)