SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

Possibility not to specify BoundHost when using ForwardedPortRemote

Open ch1seL opened this issue 2 years ago • 0 comments

When using overload ForwardedPortRemote without boundHost parameter it is still transmitted as empty string and then resolved by DnsAbstraction.GetHostAddresses -> '::1'.

This is necessary to simulate ssh command like this ssh -R 80:127.0.0.1:5000 [email protected] (https://localhost.run/docs/)

ch1seL avatar Nov 03 '23 19:11 ch1seL