Skip to content

Commit d8787a2

Browse files
committed
remove one last reference to gw.hpc.nyu.edu
1 parent 4e89466 commit d8787a2

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

docs/hpc/12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,21 +227,13 @@ If you are using PuTTY on Windows, download and use `pageant` as the SSH agent.
227227
## Modifying your .ssh/config file
228228
Please add the following lines to your `~/.ssh/config` file:
229229
```
230-
Host greene.hpc.nyu.edu dtn.hpc.nyu.edu gw.hpc.nyu.edu
230+
Host greene.hpc.nyu.edu dtn.hpc.nyu.edu
231231
StrictHostKeyChecking no
232232
ServerAliveInterval 60
233233
ForwardAgent yes
234234
UserKnownHostsFile /dev/null
235235
LogLevel ERROR
236236
237-
Host hpcgwtunnel
238-
HostName gw.hpc.nyu.edu
239-
ForwardX11 no
240-
StrictHostKeyChecking no
241-
LocalForward 8027 greene.hpc.nyu.edu:22
242-
UserKnownHostsFile /dev/null
243-
User <Your NetID>
244-
245237
Host greene
246238
HostName localhost
247239
Port 8027

0 commit comments

Comments
 (0)