Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 357 Bytes

ngork.md

File metadata and controls

8 lines (7 loc) · 357 Bytes

To open your ssh:

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