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

I need a netcat for creating jdbc pipe through SSH and netcat pipe #40

Open
VeijoRyhanen opened this issue Feb 2, 2022 · 1 comment

Comments

@VeijoRyhanen
Copy link

VeijoRyhanen commented Feb 2, 2022

jdbc server is located in a third host, and middle host (which is accessed through ssh), does not include a netcat binary. So, I can't currently create a netcat pipe between middle host and a jdbc host (there is no direct route between localhost and jdbc host).

@michael105
Copy link

You could use (named) pipes, and redirect stdin/out of netcat via the ssh tunnel to the pipes at the middle server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants