0

I have some sample SSH2 code and I was able to create the tunneling and I can forward the ports from localhost to a remote server.
But i need to know about reverse port forwarding. Is it possible in SSH2?

Port Forwarding:

listener = libssh2_channel_forward_listen_ex([server session], remote_listenhost, remote_wantport, remote_listenport, 1);

Groot
  • 13,943
  • 6
  • 61
  • 72

1 Answers1

0

It appears that a jailbreaked ios device can install putty, at which point, the world is your oyster.

hd1
  • 33,938
  • 5
  • 80
  • 91