SSH Tunnel Setup for macOS
Complete guide to configuring SSH tunneling on macOS using Terminal
📋 Before You Begin
Ensure you have your username and SSH password ready. You'll need your SSH server hostname (provided via email when you requested SSH access), username, and password to connect to our secure SSH proxy servers.
Important: All SSH proxy servers are under the cotse.net domain. The codamail.com domain is exclusively for email services. SSH access must be requested separately from your email account.
💻 Step 1: SSH is Pre-installed on macOS
macOS (based on FreeBSD) includes SSH by default, so no additional software installation is required. You'll use the built-in Terminal application to create your SSH tunnel.
Accessing Terminal:
🔐 Step 2: Choose Your SSH Tunnel Command
Select one of the following commands based on your preferred filtering level. Replace youraccount
with your username and yourassigned
with your server hostname:
🚀 Step 3: Establish SSH Connection
First Connection:
RSA key fingerprint is SHA256:example_fingerprint_here.
Are you sure you want to continue connecting (yes/no)?
Connection Success: Once connected, you'll see a shell prompt or the connection will appear to "hang" - this is normal and means your tunnel is active.
🌐 Browser Configuration
Firefox Configuration (Strongly Recommended):
127.0.0.1
5000
Chrome Configuration:
127.0.0.1
, Port: 5000
Safari Configuration (Not Recommended):
Warning: Safari has difficulty rendering pages when user agent strings are masked (which our proxies do for privacy). Use Firefox instead for best compatibility.
🍎 macOS-Specific Features
Terminal Enhancements:
nohup
to keep connection alive:
~/.ssh/config
for permanent settingsAutomation Options:
.bash_profile
or .zshrc
Recommended Browser Extensions:
🔧 Troubleshooting
Common macOS-specific issues and solutions:
ssh-keygen -R hostname
lsof -ti:5000 | xargs kill
macOS System Issues:
📞 Need Help?
If you need additional assistance with SSH tunnel setup on macOS or encounter any issues not covered in this guide, please contact our support team at helpdesk@codamail.com.
We're here to help ensure your SSH tunnel works perfectly and keeps your Mac browsing secure and private.