//View Tip #157
» Change extension on a group of files using only bash builtins an
» Permanent bash history
» ESC-g for glob expansion in bash
» Alter autocompletion settings
Similar Tips
» Bash » Change extension on a group of files using only bash builtins an
» Permanent bash history
» ESC-g for glob expansion in bash
» Alter autocompletion settings
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
No Comments

