Skip to content

Instantly share code, notes, and snippets.

@jasonwbarnett
Created January 27, 2018 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonwbarnett/b61f6648f2c82779e247c018ba451eb4 to your computer and use it in GitHub Desktop.
Save jasonwbarnett/b61f6648f2c82779e247c018ba451eb4 to your computer and use it in GitHub Desktop.
sudo apt-get install -y openssh-server unzip
sudo adduser jason
sudo usermod -aG sudo jason
wget "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip"
unzip ngrok-stable-linux-amd64.zip
./ngrok authtoken API_TOKEN
./ngrok tcp 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment