File tree Expand file tree Collapse file tree
docs/hpc/02_connecting_to_hpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The following sections will outline basic ways to connect to the Greene cluster.
1717To connect to HPC systems, you have to configure the SSH client on your machine. We recommend the following configuration:
1818``` sh
1919Host 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
2727Host 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 )
You can’t perform that action at this time.
0 commit comments