Skip to content

Instantly share code, notes, and snippets.

@nbren12
Created August 16, 2023 21:33
Show Gist options
  • Save nbren12/6c7fc5f377999deaee5febceac1a1f68 to your computer and use it in GitHub Desktop.
Save nbren12/6c7fc5f377999deaee5febceac1a1f68 to your computer and use it in GitHub Desktop.
ssh portfowarding
ssh -L <the port I will open in my browser>:<the hostname of the node on the cluster>:<the port on the node> \
cluster-login-hostname.com
# examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment