Jorge David de Hoz Diego
Jorge David de Hoz Diego
I have been working on implementing this functionality and submitted a pull request for this (https://github.com/francoismichel/ssh3/pull/148). In OpenSSH, the client sends a GLOBAL_REQUEST "tcpip-forward" message with information regarding reverse port...
Sure! I have included the tests in this pull already. To implement the tests, I used your `testTCPPortForwarding` function for the reverse testing to make both direct and reverse tests...
The SSH3 reverse port forwarding feature now supports UDP traffic by deploying a UDP proxy on the SSH3 server for a UDP service reachable by the SSH3 client. This allows...
Hi @h4sh5, Thank you for the feedback! I tested the ncat tests you prepared with a newer version of my fork (https://github.com/jdhozdiego/ssh3/commit/97afcc700635ffdd43269b6ece45c81cab45fc0b) and the problem is already resolved. Nevertheless, I...