To use our service, you can set up an SSH reverse tunnel with the following command:
"ssh -R remote_server_port:local_address:local_port sshl.cc"
This way, you'll be able to access your internal service via ex.com:remote_server_port.
For example, if your local service runs on localhost:8080 and you want to access it through the remote server at port 9090, use:
"ssh -R 9090:localhost:8080 sshl.cc"
Now, you can access your internal service using sshl.cc:9090.
Thank you for using our service!