SSH.NET
SSH.NET copied to clipboard
Unix socket forwarding
The branch is based on the "agent_auth" branch, so ignore the first six commits.
This adds Unix-Socket-Forwarding to SSH.NET.
UnixDomainSocketEndPoint is available in .NET since netstandard2.1 and on Windows 10 since 1803.
Still WIP, but functional. Would like to get some feedback on it.
Any update on this?
For now, I just made a hack where curl is executed through ssh and with the --unix-socket option. Not a great solution though