SSH Tunneling help

Author
Discussion

dcw@pr

Original Poster:

3,516 posts

244 months

Wednesday 23rd January 2008
quotequote all
Hi,

I have SSH tunneling set up so that I can access VNC securely at the office, using this command on the remote computer

ssh -L 5901:127.0.0.1:5900 user@xxx.xxx.xxx.xxx

Obviously this maps port 5900 on the remote computer to 5901 on mine.

My question is, is there a way of doing this command where it covers a range of ports, says 10100-10200?

I can't find a way of doing it anywhere I've looked so far

Any help much appreciated