Re: Vnc problem with port forwarding



On Feb 21, 11:24 am, buck <b...@xxxxxxxxxxx> wrote:
On 20 Feb 2007 05:54:36 -0800, "niraj" <niraj.kumar....@xxxxxxxxx>
wrote:

snip

ssh -R 5904:localhost:5900 linux_server .(My vnc_server is running on

Think you want
ssh -L 5904:localhost:5900 linux_server

Although distribution setups differ, the Slackware boxes I run do not
need any changes at all to ssh config, but hosts.allow needs to OK
this:
sshd: allowedIP/netmask

--
buck

It worked on my end .Actually I was making mistake
ssh -L 5904:localhost:5900 linux_server
it should be ssh -L 5900:localhost:5904 linux_server

Niraj

.