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

Prevent connection loops #266

Open
yrutschle opened this issue May 29, 2020 · 1 comment
Open

Prevent connection loops #266

yrutschle opened this issue May 29, 2020 · 1 comment

Comments

@yrutschle
Copy link
Owner

It is possible to make sslh connect to a port it listens to, e.g.:

sslh --listen localhost:443 --ssh localhost:22 --tls localhost:443

This results in creating large amounts of connections to itself. sslh should check no target address is among the listening addresse to address this issue.

@yrutschle
Copy link
Owner Author

Code in https://github.com/yrutschle/sslh/pull/69/files can probably be generalied to help solve this.

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