On Tuesday 04 July 2006 05:28, Israel A. Martmnez Ibarra wrote: > Hi. > > I hope you can help me with this. > > I can to view my linux computer from any where via Putty, also i can to log > via vnc to any computer in my network, but i can't to do this with > tunneling the vnc session via ssh. > > i have 4 computers, 1 named laptop, 2 named ssh client, 3 linux server with > sshd and 4 windows server with windows server; i want to connect my laptop > (1) to windows server (4) via computers 2 and 3, how i configure this in > putty and SSH server. > > For your help thank you very much. > _______________________________________________ > VNC-List mailing list > [email protected] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list
I asuume your situation is as follows: +------------+ +-----------+ +-----------+ +----------------+ + Laptop +---->+ client +--->+ server +----->+ Windows + +------------+ +-----------+ +-----------+ +----------------+ So you could run Putty on "client" connecting to server with the parameters -L 5950:windows:5900 make encrypted tunnel starting a client:5950 to server, and from there forward to windows:5900 (unencrypted) Under port forwarding you need to select the "Local ports accept connections for other hosts" options. Then you crank up "VNCViewer client:50" Not that only the connection from "ssh client" to "SSH Server" is encrypted, ie. both laptop to client and ssh server to Windows are open! Jerry P.S. The ssh server has options to disallow tunnels, disallow redirecting the tunnels, etc.... If you still have troubles do the following: 1) send us a list of the options you set in putty! 2) describe what does and does not work. if this is set off, _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
