I need to VNC to a protected Windows PC. Call it protected_windows. I cannot talk directly to this machine but must first ssh to a gateway Linux box first. I can talk to the Windows machine from this intermediary. Call it gateway_linux.
I'm trying to set up an ssh tunnel to handle this for VNC but it doesn't work: ssh -L 8888:protected_windows:5900 gateway_linux (I've tried port 5900 and 5901 with no luck.) Any ideas? Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
