본문 바로가기

카테고리 없음

ngrok

#download manually

http://ngrok.com/download

sudo wget get https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip

unzip ngrok-stable-linux-arm.zip

./ngrok authtoken <YOUR_AUTH_TOKEN>

#get AUTH KEY

https://dashboard.ngrok.com/get-started/your-authtoken

 

For Web

./ngrok http 8080

 


For SSH

./ngrok tcp 22

 


Skip

sudo apt install snapd

sudo systemctl status ssh

sudo snap install ngrok

ngrok authtoken <YOUR_AUTH_TOKEN>

www.endtoend.ai/tutorial/ngrok-ssh-forwarding/


Failed

ngrok.com/download

 

sudo apt install npm

sudo npm install --unsafe-perm -g ngrok

ngrok http 8080


Failed

sudo apt-get install ngrok-client ngrok-server
ngrok --proto=tcp 22


Failed

sudo apt update
sudo apt install snapd
sudo reboot

sudo snap install ngrok

Raspberry Pi Zero
error: snap "ngrok" is not available on stable for this architecture (armel)
       but exists on other architectures (amd64, arm64, armhf, i386).

kibua20.tistory.com/150

www.clien.net/service/board/lecture/15689648