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

Consider implementing client.Dialer() #196

Open
kke opened this issue May 6, 2024 · 0 comments
Open

Consider implementing client.Dialer() #196

kke opened this issue May 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kke
Copy link
Contributor

kke commented May 6, 2024

It would be pretty neat to have all protocols have a way to return a net.Dialer for forwarding traffic.

On SSH it comes pretty much out-of-the-box, on localhost it can just return it from stdlib net. On openssh it's probably easy-ish, but on WinRM it needs some kind of powershell scriptlet that opens a System.Net.Sockets.TcpClient and streams stdin/stdout.

This could be used for bastion and for communicating to APIs.

@kke kke added the enhancement New feature or request label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant