Skip to content

Instantly share code, notes, and snippets.

@a-r-d
Last active January 29, 2018 11:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-r-d/1a282c1227afc9c1055f28f5763b27b1 to your computer and use it in GitHub Desktop.
Save a-r-d/1a282c1227afc9c1055f28f5763b27b1 to your computer and use it in GitHub Desktop.
how to open a remote tunnel for cassandra
# cassandra runs on 9042 for devCenter management
# expose it (9999 locally) running on a remote server locally:
ssh -L 9999:localhost:9042 -f -N remoteuser@remotehost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment