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

Local tunnel to remote without binding? #178

Closed
alexge233 opened this issue Apr 30, 2020 · 2 comments
Closed

Local tunnel to remote without binding? #178

alexge233 opened this issue Apr 30, 2020 · 2 comments

Comments

@alexge233
Copy link

Hi, I'm not sure this package can achieve what I want (which is pretty trivial compared to the examples), I'm only interested in opening a local port which forwards my connections to a remote (socks 5). Not interested in opening a remote port.
Sort of like this:

 ssh -D 9000 -N -o PubkeyAuthentication=no [email protected]

Is this possible? Every time I try without remote_bind_address it fails to start.

@pahaz
Copy link
Owner

pahaz commented Jun 17, 2020

It's dynamic port forwarding. At the moment we have just a PR for that feature here: #93

Duplicate: #87

@alexge233
Copy link
Author

Thanks @pahaz feel free to close this

@pahaz pahaz closed this as completed Oct 28, 2020
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

2 participants