Skip to content

Commit fa92f54

Browse files
committed
minor cleanup
1 parent 679574d commit fa92f54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following sections will outline basic ways to connect to the Greene cluster.
1717
To connect to HPC systems, you have to configure the SSH client on your machine. We recommend the following configuration:
1818
```sh
1919
Host greene.hpc.nyu.edu dtn.hpc.nyu.edu
20-
User <NetID>
20+
User NetID
2121
StrictHostKeyChecking no
2222
ServerAliveInterval 60
2323
ForwardAgent yes
@@ -26,7 +26,7 @@ Host greene.hpc.nyu.edu dtn.hpc.nyu.edu
2626

2727
Host torch login.torch.hpc.nyu.edu
2828
Hostname login.torch.hpc.nyu.edu
29-
User <NetID>
29+
User NetID
3030
StrictHostKeyChecking no
3131
ServerAliveInterval 60
3232
ForwardAgent yes

0 commit comments

Comments
 (0)