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

Support accepting remote connections through SSH tunnel #6

Open
clue opened this issue Dec 9, 2018 · 0 comments
Open

Support accepting remote connections through SSH tunnel #6

clue opened this issue Dec 9, 2018 · 0 comments
Assignees
Labels
new feature New feature or request

Comments

@clue
Copy link
Owner

clue commented Dec 9, 2018

Currently, this project has a focus on creating outgoing connection which can be used by higher-level protocol implementations.

In the future, we should also support accepting incoming connections through an SSH tunnel. This can be implemented by starting a local socket server and using ssh -R 0.0.0.0:8080:localhost:1234 [email protected] and possibly by parsing its debugging output to get access to actual remote client IPs. I've started looking into this and will keep this ticket updated as I make progress.

@clue clue added the new feature New feature or request label Dec 9, 2018
@clue clue self-assigned this Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant