Created
January 27, 2018 16:55
-
-
Save jasonwbarnett/b61f6648f2c82779e247c018ba451eb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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