Last active
January 29, 2018 11:07
-
-
Save a-r-d/1a282c1227afc9c1055f28f5763b27b1 to your computer and use it in GitHub Desktop.
how to open a remote tunnel for cassandra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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