I want to access an unrestricted desktop at home (preferably a docker novnc desktop container), from the very restricted office laptop/network.

The foundations are clear, started a docker container with novnc access published the porst, forwarded the required ports on my router, and i can access it from outside using my phone, or my own laptop, but can’t from the office.

The novnc landing page loads, but the connection to remote desktop fails, probably because the websockets connections are also blocked in office, so only the plain http(s) accesses are allowed (not even RDP is allowed).

(Not even dyndns providers are allowed, but i can note my current ip address in my phone :D )

Ofc i barely can install anything on office laptop, so i can create fe openvpn tunnel, etc…

Do you have some hints if it can be solved?

  • @onlinepersona
    link
    English
    12 months ago

    Use one of the options described on StackOverflow:

    • open your SSH port on 443 - maybe that’s enough
    • use a SOCKS proxy server that forwards the traffic from another host to yours
    • tunnel SSH over HTTPS using this old guide
    • Use “sslh – A ssl/ssh multiplexer” (basically an advanced version of the above but simpler to setup)
    Anti Commercial AI thingy

    CC BY-NC-SA 4.0