Skip to content

Commit 4be89d8

Browse files
authored
Merge pull request #406 from NYU-RTS/bugfix
fix oversight from recent PR
2 parents e42ea63 + 1b918a1 commit 4be89d8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Host torch login.torch.hpc.nyu.edu
3535

3636
# NYU Torch compute nodes — match by hostname pattern, proxy through login
3737
Host cs* cl* gr* ga* gh* gl*
38-
User fs3047
39-
ProxyCommand ssh -W %h:%p torch-login
40-
ForwardAgent yes
38+
User <NetID>
39+
ProxyCommand ssh -W %h:%p torch-login
40+
ForwardAgent yes
4141
######################################################
4242
```
4343

docs/hpc/12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ Host torch login.torch.hpc.nyu.edu
189189

190190
# NYU Torch compute nodes — match by hostname pattern, proxy through login
191191
Host cs* cl* gr* ga* gh* gl*
192-
User fs3047
193-
ProxyCommand ssh -W %h:%p torch-login
194-
ForwardAgent yes
192+
User <NetID>
193+
ProxyCommand ssh -W %h:%p torch-login
194+
ForwardAgent yes
195195
######################################################
196196
```
197197
You'll need to replace the sections above labelled `<Your NetID>` 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)

0 commit comments

Comments
 (0)