On Wednesday 26 October 2005 16:27, Fernando Sfeir wrote:
> But, in a particular server, i got some restrictions, (only have a few
> port redirections, 40000-40005). How i can invoke vncviewer to tell it
> the port of the conection of ssh (something like the "-p" in ssh).
>
> If you can help me o suggest any info... thanks!
>
> Fernando Sfeir

The way I do it is a little diferent, but IMHO better.
as root Edit /etc/ssh/ssh_config

After line:
# Site-wide defaults for various options

before line:
Host *


Add following lines:

Host Some.Where.In.Internet
   Port 99999

save...

Then all ssh connections to that host 
will use that port as default, and you don't need to 
specify anything on command lines!

Jerry
_______________________________________________
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to