Tunnel to see it locally
- On your local machine:
ssh -NL 8787:localhost:8787 test-user@$SERVER_ADDRESS
- I had to add the
N
, I’m not sure what it does (got it from Google)
- It’s alive!
ssh -NL 8787:localhost:8787 test-user@$SERVER_ADDRESS
N
, I’m not sure what it does (got it from Google)