Hello, I created one application of tunnel management, is still not complete but at this moment i am having some problem to get time to touch it. I used libssh and libevent to handle the tunnelling. Maybe not the most brilliant solution but was what i had time to do. You can find the source in: https://github.com/joaopapereira/tunnelier
If you need some assistance to understand something tell me and i can give you a hand BR On 6 August 2014 16:18, Josué V. Herrera <[email protected]> wrote: > 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 > -- -- ----- -------- João Pereira Email: [email protected] Web: http://www.bluetc.es
