Reverse SSH Tunnel
- by chris
I am trying to forward web traffic from a remote server to my local machine in order to test out some API integration (tropo, paypal, etc). Basically, I'm trying to setup something similar to what tunnlr.com provides.
I've initiated the ssh tunnel with the command
$ssh –nNT –R :7777:localhost:5000 user@server
Then I can see that server has is…