-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access another computer #133
Comments
Hello, You can set up "ssh server" and expose with jprq. Then you can ssh into your machine remotely. |
would you explain me better how I do using the ssh server? |
This doc looks like a good start: |
Understood, I will give a see the best way to make this configuration. It would be really cool in a future update to have the function to tunnel another machine in an easier way. |
That's right, but it would be a really cool feature to have in this project. |
I have a similar requirement. I have an IOT device running esp8266 that I want to expose over the internet for webhooks. I cannot run jprq on the IOT device. So, the workaround I used with ngrok using Alternatively, if it is possible to run jprq as arduino library, that works even better. But I believe that will need more effort for a specific use case. Forwarding the port to another system should be easier. As a workaround, I can potentially reserve a port on my jprq client system and use iptables to forward requests to that port to iot_device_ip:80. |
Hello, is there a way for him to make the connection instead of the machine's localhost make the tunnel from another machine that is on the network? I want to have remote access to these machines but I can't install other programs...
The text was updated successfully, but these errors were encountered: