SSH.NET
SSH.NET copied to clipboard
Possibility not to specify BoundHost when using ForwardedPortRemote
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/)