Skip to content

Support accepting remote connections through SSH tunnel #6

Open
@clue

Description

@clue

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.

Metadata

Metadata

Assignees

Labels

new featureNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions