Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH Tunnel for clusters without public listening ports #2

Open
marczis opened this issue Jun 30, 2015 · 0 comments
Open

SSH Tunnel for clusters without public listening ports #2

marczis opened this issue Jun 30, 2015 · 0 comments
Assignees

Comments

@marczis
Copy link
Owner

marczis commented Jun 30, 2015

So if the cluster has no public ports, but you have ssh on the nodes, you can create a tunnel between you machine and the target:

ssh -N -L 9200:localhost:9200 user@target

But would be supper cool to have as an option. I think paramiko can do that for us.

@marczis marczis self-assigned this Jun 30, 2015
@marczis marczis added this to the Beta release milestone milestone Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant