Versions Compared

Key

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

...

Info

You could background the port forwarded connection by using the -f flag with ssh. That will return a prompt to the terminal but you will have to keep track of what forwardings you have set up.

Windows users can use Putty to create the SSH tunnel as well by configuring their client like below.

In the left pane expand SSH and select "Tunnels"

Image Added

Then enter the local port as the "Source" port and then the hostname and port number in this example localhost:8889

Image Added

Click add and you will see the information move the the "Forwarded Ports" box.

Image Added

At this point click on "session" tab on the left side of the window

Image Added

and then SSH to the login node.

Image Added

Once the port forwarding is setup then copy/paste the URL that was output by jupyter notebook earlier.

...