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
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.