Hello,
Is it possible to use SSH and Devil to forward a website on my local server to the internet? If so, how?
Kind a ngrok service...
I have a local nginx sever on 192.168.1.11:80, and sshpass -p 'xxxxxxx' autossh -M 0 -R 4040:localhost:80 xxxxxxx@s13.serv00.com -N most probably working....