Skip to content

EXA8 Remote Access

Lorenzo Mangani edited this page Jun 26, 2019 · 4 revisions

EXA8

Remote SSH Access

NGROK

This method requires a valid ngrok account and authentication.

Setup
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
Usage
./ngrok tcp 22

SERVEO

This method does not require an account or authentication.

Replace exa8qxip with your own unique key!

Server
ssh -R exa8qxip:22:localhost:22 serveo.net
Client

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
Clone this wiki locally