How to: Reverse SSH tunnel: how can I send my port number to the server? #computers #it #development
How to: Reverse SSH tunnel: how can I send my port number to the server? #computers #it #development
Reverse SSH tunnel: how can I send my port number to the server?
I have two machines, Client and Server.
Client (who is behind a corporate firewall) opens a reverse SSH tunnel to Server, which has a publicly-accessible IP address, using this command:
ssh -nNT -R0:localhost:2222 [email protected]
In OpenSSH 5.3+, the 0 occurring just after the -Rmeans “pick an available port” rather…
View On WordPress







