Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Last active August 29, 2015 14:13
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbrnc/39b387273a890a1338b9 to your computer and use it in GitHub Desktop.
Save fbrnc/39b387273a890a1338b9 to your computer and use it in GitHub Desktop.
Login to your devbox using ngrok

How to remotely login to a devbox using ngrok

  • Go to https://ngrok.com/ and create a free account. Write down the "auth token"

  • Login to your unibox and install ngrok:

sudo apt-get install ngrok-client
  • Start secure tunnel
ngrok -authtoken INSERT_AUTH_TOKEN -proto=tcp 22
  • Wait for "Tunnel Status" to say "online" and let me know the text after "Forwarding"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment