<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.ForwardedPortDynamic

Provides functionality for forwarding connections from the client to destination servers via the SSH server, also known as dynamic port forwarding.
namespace Renci.SshNet { public class ForwardedPortDynamic : ForwardedPort { public string BoundHost { get; } public uint BoundPort { get; } public ForwardedPortDynamic(uint port); public ForwardedPortDynamic(string host, uint port); public void Dispose(); } }