c# - .NET SSH port forwarding - Stack Overflow
https://stackoverflow.com/questions/283564613.05.2010 · I've been trying to get this working, and it looks like you can leave the localhost off the port ForwardedPortLocal call - the disadvantage is that then any IP can connect to the SSH server on port 10000 and it will be forwarded to remote.net:80.If that's not a security problem in your case you're fine - otherwise you'll need to figure out your local hostname or IP and put that …
SSH Port Forwarding - GeeksforGeeks
www.geeksforgeeks.org › ssh-port-forwardingOct 31, 2019 · SSH Port Forwarding. SSH Port forwarding is a method used for securing TCP/IP connections. The TCP/IP packets can be tunneled through a SSH link making the data obscure thus protecting the link from attacks. SSH Port forwarding can be also seen as a form of Virtual Private Network (VPN). There are 2 main types of port forwarding: Local Port ...