Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NetID>
ProxyCommand ssh -W %h:%p torch-login
ForwardAgent yes
######################################################
```

Expand Down
6 changes: 3 additions & 3 deletions docs/hpc/12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NetID>
ProxyCommand ssh -W %h:%p torch-login
ForwardAgent yes
######################################################
```
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)
Expand Down
Loading