Hello,
I work on remote machine using the ssh protocol.
I try to test a tool which is a process running on the port 5000.
Tu visualise this process, i have to launch on http://0.0.0.0:5000/ on the browser.
My question: how can i access to the remote browser or how can link it with my local browser ?
Thanks a lot for help.
Best Regards.
I work on remote machine using the ssh protocol.
I try to test a tool which is a process running on the port 5000.
Code:
tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 4386/python
My question: how can i access to the remote browser or how can link it with my local browser ?
Thanks a lot for help.
Best Regards.