On 20 Feb 2007 05:54:36 -0800, "niraj" <niraj.kumar.ait.TakeThisOut@gmail.com>
wrote:
snip
>ssh -R 5904:localhost:5900 linux_server .(My vnc_server is running on
Think you want
ssh -C -g -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