> >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
Try also "ssh -L 5901:127.0.0.1:5901 linux2"
Regards,
Miroslav Luptak
---
ssh -L 5901:linux2:5901 linux2
the above line should have two differnet number for two ports??
something like
ssh -L 5901:linux2:5902 linux2
Just wondering.
-shashi
-Original Message-
From: Tianjie Gao [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 6:11 AM
To: [EMAIL PROTECTE
>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 i