You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
. Onopenssh
it's probably easy-ish, but on WinRM it needs some kind of powershell scriptlet that opens aSystem.Net.Sockets.TcpClient
and streams stdin/stdout.This could be used for bastion and for communicating to APIs.
The text was updated successfully, but these errors were encountered: