Re: Issues with ssh_channel_accept_forward() and reverse port forwarding

2023-04-12 Thread Jakub Jelen
On 4/12/23 11:36, Jakub Jelen wrote: On 4/10/23 23:29, Orion Poplawski wrote: It appears from reading https://api.libssh.org/stable/libssh_tutor_forwarding.html that in order to implement reverse port forwarding one must continually call ssh_channel_accept_forward() in order to accept any poss

Re: Issues with ssh_channel_accept_forward() and reverse port forwarding

2023-04-12 Thread Jakub Jelen
On 4/10/23 23:29, Orion Poplawski wrote: It appears from reading https://api.libssh.org/stable/libssh_tutor_forwarding.html that in order to implement reverse port forwarding one must continually call ssh_channel_accept_forward() in order to accept any possible connections from the remote side.