Hello,
Great ssh library! I've been able to use it to tunnel and port forward to my web browser port on my server. However, I'm having issue with portforwarding to mysql. Would the portforward source port be localhost:3306 , detestation port 192.168.#.## :3306 and the mysql (using .net connector) database host be localhost (or 127.0.0.1) as well? With this portforward and mysql connection I can't seem to connect to my database. I can however use putty to connect using these settings, proving a ssh connection portforwarding to mysql server can be made, just not with the ssh.net library :(
Any examples of using the ssh.net library with portforward to connect to mysql would be great.
Thanks!
Ben