Skip to content

Commit fc38220

Browse files
committed
minor cleanup
1 parent fa92f54 commit fc38220

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md

Lines changed: 3 additions & 3 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
@@ -110,7 +110,7 @@ There is an extra layer of security when accessing Torch which is described belo
110110
![torch-ssh-2fa-2](static/torch-ssh-2fa-2.png)
111111
- Copy and enter pin from terminal
112112
![torch-ssh-2fa-3](static/torch-ssh-2fa-3.png)
113-
- Enter or select your <NetID>@nyu.edu
113+
- Enter or select your `<NetID>@nyu.edu` account
114114
![torch-ssh-2fa-4](static/torch-ssh-2fa-4.png)
115115
- Enter your password
116116
![torch-ssh-2fa-5](static/torch-ssh-2fa-5.png)

0 commit comments

Comments
 (0)