//View Tip #157
» SVN resolve all conflicts
» My code is compiling
» Directories and its size
» CDPATH
Similar Tips
» Manipulate Bash sockets using /dev/tcp» SVN resolve all conflicts
» My code is compiling
» Directories and its size
» CDPATH
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
ssh -l <login> -L <port>:<destination:port> <proxymachine> <local addy>
example
ssh -l foo -L 5000:192.168.5.2:443 192.168.1.1 https://localhost:5000/
Then go to https://localhost:<port>/ to get to destination's website; through the proxy machine.
example
ssh -l foo -L 5000:192.168.5.2:443 192.168.1.1 https://localhost:5000/
Then go to https://localhost:<port>/ to get to destination's website; through the proxy machine.
Comments
Add your comment
Comments are currently disabled
No Comments

