on machine behind firewall do this: vncserver :99 ssh -R 5999:localhost:5999 user@box.on.the.internet.com From my OSX machine: vncviewer -via user@box.on.the.internet.com :99
More reverse VNC ssh
Posted on
The Full Stack: Tech, Life, and whatever else I muse about.
on machine behind firewall do this: vncserver :99 ssh -R 5999:localhost:5999 user@box.on.the.internet.com From my OSX machine: vncviewer -via user@box.on.the.internet.com :99
Everyone raves about Chicken of the VNC on OSX but the version I have doesn’t have ssh forwarding… something I really need. So here is how I got a good vnc. First: sudo port search vnc That listed some vnc clients. I first tried just standard vnc. But somewhere in the middle my files got…