Hello Olaf,
Thank you for taking the time to answer me.
I want to use the tunneling part, like in this example ( http://api.libssh.org/stable/libssh_tutor_forwarding.html )
int direct_forwarding(ssh_session session)
{
ssh_channel forwarding_channel;
int rc;
char *http_get = "GET /...
Hello,
I want to use ssh embedded in my client-server applications, so that I secure the connections to the databasess through ssh tunnels.
I installed libssh from http://www.libssh.org/ and I have "ssh.dll" in C:\Program Files\libssh\bin
I think it is a C dll and I don't know if I can use it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.