On Mon, Nov 05, 2007 at 04:00:13PM -0800, Christian Seberino wrote:
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.
Try vncviewer -via gateway_linux protected_windows it does the SSH itself "appropriately". The main reason to do it is that without it, vnc thinks the machine is local and doesn't optimize the connection properly. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
