Hi guys! I need to develop a SOCKS v5 Proxy, the equivalent to do this:
ssh -D localhost:8080 [email protected] ... but using libssh of course. The problem is that I don't have idea of what function to use. I've been also watching the examples of direct-forwarding and reverse-forwarding, and I have tried to combine it both, but I couldn't get it working. I would like to know if this is possible to achieve using libssh and how to do it, what functions to use, etc! Thanks in advance... Josh
