我有一些示例 SSH2 代码,并且能够创建隧道,并且可以将端口从 localhost 转发到远程服务器。
但我需要了解反向端口转发。在SSH2中可以吗?
转发端口:
listener = libssh2_channel_forward_listen_ex([服务器会话],remote_listenhost,remote_wantport,remote_listenport,1);
我有一些示例 SSH2 代码,并且能够创建隧道,并且可以将端口从 localhost 转发到远程服务器。
但我需要了解反向端口转发。在SSH2中可以吗?
转发端口:
listener = libssh2_channel_forward_listen_ex([服务器会话],remote_listenhost,remote_wantport,remote_listenport,1);