Versions Compared

Key

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

...

When you have this you can open a tunnel from your machine to the the server, by running the following openssh command from a terminal on your machine:

Code Block
languagebash
ssh -L 8080:<notebook ip>:<notebook port> -p 55 <uni>@mbb-nat-vlan415.net.columbia.edu

In the example below we are running this command where the notebook ip is 10.198.24.12, notebook port is 8944 and the uni is aa3301

Code Block
languagebash
themeMidnight
titleStarting an ssh tunnel from your local machine
> ssh -L 8080:10.198.24.12:8944 -p 55 aa3301@mbb-nat-vlan415.net.columbia.edu
aa3301@mbb-nat-vlan415.net.columbia.edu's password:
Last login: Mon Apr  6 10:10:02 2020 from adm.rc.zi.columbia.edu
Welcome to the Axon GPU Cluster!
...

...