To start a ssh tunnel from some machine ports 80 to your localhost port 2001 use the following syntax:
ssh -N -L 2001:localhost:80 somemachine
Enjoy !
Don't pass on it...
To start a ssh tunnel from some machine ports 80 to your localhost port 2001 use the following syntax:
ssh -N -L 2001:localhost:80 somemachine
Enjoy !
Published in Linux & Unix
Comments