Just to avoid advice I’m already aware of: I don’t want to use a VPN, nor a cloudflare tunnel.

I want to self host, ideally docker compatible, piece of software which would utilize ssh port 22 on the local network to access devices on that LAN, and then forward the information through a reverse proxy and securely through https, into my browser window, where I can interact with it from anywhere. I know guacamole, but it seems a bit cluttered with functionality I don’t need - RDP and VNC.

  • PaulEngineer-89@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I used to use sstunnel over ssh. So basically I’d run ssh just for the link, then run sstunnel which set up a SOCKS proxy. This was 10 years ago.