sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.99k stars 931 forks source link

Dynamic ForwardedPortRemote as introcuced in OpenSSH 7.6 #518

Open nopernik opened 5 years ago

nopernik commented 5 years ago

Add support for reverse dynamic forwarding. In this mode, ssh will act as a SOCKS4/5 proxy and forward connections to destinations requested by the remote SOCKS client. https://www.openssh.com/txt/release-7.6

Is it possible with current SSH.NET version?

darinkes commented 5 years ago

AFAIK no. But I have a Diff for it which I wanted to propose upstream as soon as current PRs are reviewed.

nopernik commented 5 years ago

AFAIK no. But I have a Diff for it which I wanted to propose upstream as soon as current PRs are reviewed.

Where can we get the diff? :)

nj commented 2 months ago

Was this this topic by any chance, solved later on?

nj commented 2 months ago

Can see it wasn't, in relation to #615