>I try to use vncviewer from linux1 to access linux2 running vncserver
>through ssh forwarding. This is what I do:
>
>linux1> ssh -L 5901:linux2:5901 linux2
>linux1> vncviewer localhost:1

this is what i use to forward my windows box through my linux box. it
starts a listening and forwarding ssh in the background. then i point
my windows vnc to linux2. hope this helps.

ssh -l username -X -C -g -L 5901:linux1:5900 linux2 -f -N
---------------------------------------------------------------------
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
---------------------------------------------------------------------

Reply via email to