RE: vnc via ssh forwarding problem

2002-04-03 Thread LUPTAK,MIROSLAV (HP-Slovakia,ex1)
> >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 ---

RE: vnc via ssh forwarding problem

2002-04-02 Thread Sharma, Shashi
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

Re: vnc via ssh forwarding problem

2002-04-02 Thread Mark Merchant
>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