Versions Compared

Key

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

...

This command opens a tunnel from one's local machine to the dashboard.

Code Block
ssh -A -t -l <username>@console.sb10.orbit-lab.org -L 8585:localhost:8585 \
ssh -A -t -l <username>@node1-1 -L 8585:localhost:80

...