SSH Forwarding with Windows

Putty can be used to SSH forward ports from the SCU environment to a windows machine.

In this example, port 39000 is being forwarded from node100 through aphrodite, and onto your local machine.

  1. Open the putty application and enter one of the gateways in the "Hostname or IP address" field. eg. aphrodite.med.cornell.edu

  2. Enter the “Connection“, then “SSH“, then “Tunnels“ tab.

  3. Ensure "Remote ports do the same (SSH-2 only) is checked"

  4. Enter the source port eg. 39000

  5. Enter the destination IP and destination port: 10.0.5.100:39000

  6. Click "Add"

  7. Re-enter the "Session" category, and name and save the session to preset the options for future connections

  8. Open your browser of choice, and enter "http://localhost:39000"