If you’re on Mac or a flavour of Linux, this SSH tunnelling tutorial is for you.
“A secure shell (SSH) tunnel consists of an encrypted tunnel created through a SSHprotocol connection. Users may set up SSH tunnels to transfer unencrypted traffic over a network through an encrypted channel.” – Wikipedia
Launch an SSH tunnel
To initiate your SSH tunnel, simply open Mac OSX / Linux Terminal and connect to your remote server via SSH with the following flags:ssh -D 8080 -C -N -p 5050 username@example.com
This will launch our SSH tunnel on port 8080 and route all traffic (securely) through the server at example.com.
Browse the Web with Your SSH Tunnel (Chrome)
Now, let’s start browsing the web using our new SSH tunnel.Mac OSX:
- Open Google Chrome
- Select ‘Chrome’ up the top left
- Select ‘Preferences’
- Select ‘Show advanced settings…’
- Select ‘Change proxy settings…’
- Select ‘SOCKS Proxy’
- Enter ’127.0.0.1′
- Enter port ’8080′
- Save changes by selecting ‘OK’
- Open Google Chrome
- Select the wrench icon on the top right
- Select ‘Settings’
- Select ‘Show advanced settings…’
- Select ‘Change proxy settings…’
- Select ‘SOCKS Proxy’
- Enter ’127.0.0.1′
- Enter port ’8080′
- Save changes by selecting ‘OK’
Search Google for ‘my ip’ and take a look at what your IP address is now. Cool right?
Exiting the SSH Tunnel
To exit the SSH tunnel, simply disable the SOCKS proxy within your browser.Hope this helps, let me know if you have any suggestions in the comments below!
Incoming search terms:
- set up pptp web tunnel ssh on linux
- mac shh tunneling browser
- ssh -l tunnel connection
No comments:
Post a Comment