Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update off-campus SSH campus to use a CNAME.

...

The Axon login node is available anywhere outside by connecting via ssh to mbb-nat-vlan415.netaxon-remote.rc.zi.columbia.edu on port 55, as shown in the command below.

Code Block
languagebash
themeMidnight
> ssh -p 55 aa3301@mbb-nat-vlan415.netaa3301@axon-remote.rc.zi.columbia.edu
aa3301@mbb-nat-vlan415.netaa3301@axon-remote.rc.zi.columbia.edu's password:
Last login: Thu Apr  2 17:01:47 2020 from adm.rc.zi.columbia.edu
Welcome to the Axon GPU Cluster!
...

...

Code Block
languagebash
titleSample .ssh config to connect to axon remotely
Host axon-remote
    HostName mbb-nat-vlan415.netaxon-remote.rc.zi.columbia.edu
    User aa3301 
    # change aa3301 above to your uni
    Port 55

...

Code Block
languagebash
themeMidnight
titleConnecting using the ~/.ssh/config example above
> ssh axon-remote
aa3301@mbb-nat-vlan415.netaa3301@axon-remote.rc.zi.columbia.edu's password:
Last login: Thu Apr  2 17:53:41 2020 from vpn-10-192-140-203.dyn.columbia.edu
Welcome to the Axon GPU Cluster!
...

...