Versions Compared

Key

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

...

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

...