...
Modify the ~/.ssh/config in your local workstation to include the following entries:
Code Block language none Host * StrictHostKeyChecking no Host scu-login02 HostName scu-login02.med.cornell.edu ServerAliveInterval 60 TCPKeepAlive yes
Connect to the WCM VPN Network
Run the following from the terminal (Replace port with your lab’s specific port number below):
Code Block ssh cwid@scu-login02 -L port:localhost:port
Enter http://localhost:port within your local browser and create your credentials using the registration token that was sent to your email.
...
Modify the ~/.ssh/config in your local workstation to include the following entries:
Code Block language none Host * StrictHostKeyChecking no Host pascal HostName pascal.med.cornell.edu ServerAliveInterval 60 TCPKeepAlive yes Host node164 Hostname node164.panda.pbtech ServerAliveInterval 60 TCPKeepAlive yes ProxyCommand ssh -A -W %h:%p pascal.med.cornell.edu
Run the following from the terminal (Replace port with your lab’s specific port number here):
Code Block ssh node164 -L port:localhost:port
Enter http://localhost:port within your local browser and create your credentials using the registration token that was sent to your email.
...