Gregory K. Ruiz-Ade wrote:
ssh -R <Reflector_VNC_Port>:127.0.0.1:<PC_VNC_Port>
Okay, I must have tried every combination last night, and none of them
worked. Today, after having written a Java proxy (which also works,
BTW), ssh works. Sigh.
Okay, here's how ya do it:
Pick a port (I will use 5900 which is the standard VNC port)
Pick a port to tie together on the proxy (I will use 9000)
On the machine which will run the VNC server:
ssh -R 9000:127.0.0.1:5900 [EMAIL PROTECTED]
Start your VNC server (pointing at 5900)
On the machine which will run the VNC client:
ssh -L 5900:127.0.0.1:9000 [EMAIL PROTECTED]
Start your VNC client (pointing at 5900)
Enjoy. Bleargh. Too much time spent on something so simple.
Although, this does explain why nobody really cares about a VNC proxy.
-a
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list