Archive Index
This month's Index
|
Subject: Reverse port forward using libssh2
Reverse port forward using libssh2
From: Ralph <rgootee_at_gmail.com>
Date: Tue, 23 Aug 2011 11:34:24 -0400
Hi folks,
I'm trying to do a reverse port forward on iOS using libssh2. Here's
(do you guys like pastebin? I feel blad flooding the email)
The connection is done previously, and completes correctly (as far the
The listener fails:
listener = libssh2_channel_forward_listen_ex(session,
where lhost is 127.0.0.1, _lport is 8080, rport is some high port and
The error was: "Unable to complete request for forward-listen".
I've tested the ssh server with the same port, and it works on the
Any help would be greatly appreciated! I plan on adding this to the
Cheers,
|