Discussion:
How to get information on the remote connected application when using reverse SSH
liverneaux jeremie
2018-02-16 15:01:10 UTC
Permalink
Hello all,
I'm using the libssh2 to create a reverse tunnel SSH.
With the libssh2_channel_forward_listen_ex i will get the port that is allocated by the SSH server for the reverse tunnel.
Then when a connection is accepted with the libssh2_channel_forward_accept function, is there a way to get information (ip address / port) on the application that is currently using the reverse tunnel channel ?
Thanks you in advance for your answer.
Jeremie

Continue reading on narkive:
Loading...