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 Unix domain socket (UDS) path connections #7

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

Support Unix domain socket (UDS) path connections #7

clue opened this issue Dec 12, 2018 · 0 comments
Labels
help wanted Extra attention is needed new feature New feature or request

Comments

@clue
Copy link
Owner

clue commented Dec 12, 2018

This project currently has a focus on creating TCP/IP-based connections. Additionally, we should provide a way to connect to a remote server that is listening on a Unix domain socket (UDS) path. For example, this is a common setup when using databases (MySQL etc.). We may be able to use the ssh -L option which also supports Unix socket paths in recent OpenSSH versions (unlike the -W and -D options).

@clue clue added new feature New feature or request help wanted Extra attention is needed labels Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant