

open your hard drive and the folder will be found there.

A remote server running SSH and the ability to make other outbound connections to the internet.The Mac already ships with all of the tools needed to set up an SSH tunnel, but you'll also need a remote server to SSH your connection through. Here’s the full list of requirements:
#SSH PROXY TUNNEL HOW TO#
If you are looking for an article explaining how to set up an SSH tunnel on your Windows machine, see our article here. This article will explain how you can set up an SSH tunnel from your local MacOS (née OS X) machine. This can be useful to bypass remote network issues or restrictive firewalls. With a tunnel active and traffic proxied through the tunnel, that traffic will appear to be coming from your remote server instead of your local machine. All of this rerouted traffic is securely encrypted as it travels between your local machine and the remote server thanks to SSH. For some uses, there may be an easier way to securely route your traffic through a remote server (like your VPS or dedicated server).Īn SSH tunnel is another method of rerouting some or all traffic from one location (like your local computer) through another (your remote server). The issue is that setting up and configuring a VPN can be time consuming and complicated. If you have a VPS or dedicated server, you could even run a VPN service from your server. VPNs are powerful tools and can help keep your network traffic secure.
