Reverse proxy using SSH
-
Run this command in your NAT-ed computer
ssh -v -N -R 2222:localhost:22 [email protected]
-v : verbose
-N : non-interactive
-R : reverse
-f : non-foreground
Run this command in your NAT-ed computer
ssh -v -N -R 2222:localhost:22 [email protected]
-v : verbose
-N : non-interactive
-R : reverse
-f : non-foreground