- you need to create an account on ngork.com
https://ngrok.com/signup
- you will have an auth token
./ngrok -authtoken YOUR_AUTH_TOKEN -proto=tcp 22
- ngor will show you something like:
Forwarding tcp://ngrok.com:55004 -> 127.0.0.1:22
- to connect
ssh -p 55004 [email protected]
- you can all share VNC via port: 5900