SSH Reverse Tunnel

On corporate networks, we always have a problem of having restrictions on internet access to applications.

Of course, these restrictions are absolutely necessary in terms of security. But what if we need to give temporary internet access to these applications?

We can combine SSH reverse tunnel with a proxy server to do this.

How to run

./go-ssh-reverse-tunnel -u <username for SSH> -i <private key file path> -t <target ssh host name> -p <reverse tunnel listening port on target>