-
Notifications
You must be signed in to change notification settings - Fork 2
EXA8 Remote Access
Lorenzo Mangani edited this page Jun 26, 2019
·
4 revisions
This method requires a valid ngrok account and authentication.
wget https://bin.equinox.io/a/nmkK3DkqZEB/ngrok-2.2.8-linux-arm64.zip
unzip ngrok-2.2.8-linux-arm64.zip
chmod +x ngrok
./ngrok tcp 22
This method does not require an account or authentication.
Replace exa8qxip
with your own unique key!
ssh -R exa8qxip:22:localhost:22 serveo.net
For modern SSH clients:
ssh -J serveo.net root@exa8qxip
For older SSH clients:
ssh -o ProxyCommand="ssh -W exa8qxip:22 serveo.net" root@exa8qxip