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 !
Nicht weitersagen...
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 !
Veröffentlicht in Linux & Unix
Kommentare