Tagged Questions
0
votes
2answers
197 views
ssh -R then expose the local port over HTTP?
Here's my scenario, I have two machines, A and B. A is behind a VPN, so B can't get to A. I have a web server:
machine_a$ curl localhost:8088
"hello from machine_a"
I have executed a remote SSH ...