Skip to content

Instantly share code, notes, and snippets.

@Apearson75
Created November 8, 2022 18:48
Show Gist options
  • Save Apearson75/eb901f6769234e6ebcfda3c691851081 to your computer and use it in GitHub Desktop.
Save Apearson75/eb901f6769234e6ebcfda3c691851081 to your computer and use it in GitHub Desktop.
mkdir ngrok
cd ngrok
wget "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip"
unzip ngrok-stable-linux-amd64.zip
./ngrok authtoken abc123
./ngrok tcp 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment