Hi, John. > From: John C Straffin [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 22:21 PM > To: [EMAIL PROTECTED] > Subject: VNC over SSH, only "backwards"... has anyone gotten this to > work? ... > What we want to do is (a) have the "server" machine (and > user) initiate the > SSH connection with the -L switch and (b) use the "Add New Client" (or > "winvnc -connect address") to initiate the connection over > the SSH pipe.
What ports are you forwarding with ssh for this purpose? I have not read the docs, but my experiment shows that the "vncviewer /listen" listens on port 5500. I would recommend to try the following: - execute "vncviewer /listen" on your PC - on the "server" machine, execute "ssh -L5500:127.0.0.1:5500 your_pc" - on the "server" machine execute "winvnc -connect 127.0.0.1" > Any ideas? We use VNC for remote customer support and we're > trying to avoid > setting up SSHd on every user's PC, This is a good idea! Thanks and best regards, Miroslav Luptak --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------