Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Modify the ~/.ssh/config in your local workstation to include the following entries:

    Code Block
    languagenone
    Host *
       StrictHostKeyChecking no
    
    Host scu-login02
        HostName scu-login02.med.cornell.edu
        ServerAliveInterval 60
        TCPKeepAlive yes
  2. Connect to the WCM VPN Network

  3. Run the following from the terminal (Replace port with your lab’s specific port number below):

    Code Block
    ssh node164cwid@scu-login02 -L port:localhost:port
  4. Enter http://localhost:port within your local browser and authenticate using the credentials found in your cluster ~/cryo_creds file.

...