Using SSH Tunnels to Access the SafeSquid Admin Interface

Using SSH Tunnels to Access the SafeSquid Admin Interface

SSH tunnelling, or SSH port forwarding, is a method of transporting arbitrary data over an encrypted SSH connection.
SSH tunnels allow connections made to a local port (that is, to a port on your desktop) to be forwarded to a remote machine via a secure channel.
To Create SSH Tunnels using PuTTY follow the below Steps:

Steps

1. Establish an SSH connection with your proxy server

establishing a ssh connection with proxy server by entering all the necessary details
logging in with root username
proxy CLI opened

2. Now right-click on the title bar and select Change settings

right clicking on the title bar and selecting change settings

3. Expand the SSH Settings

Expanding the SSH Settings in the sidebar
expansion of ssh settings

4. Select Tunnels


5. Add Source Port

adding the appropriate port

6. Add destination IP and Port

adding the destination and port in the destination field

7. Add and Apply the Settings

adding and applying the setting by clicking on add
adding and applying the setting by clicking on add

Validation

Using your Windows CMD check all connections on port 8080.
  1. netstat -a | findstr "8080"

Now configure your browser to use proxy address 127.0.0.1 and proxy port 8080.



    • Related Articles

    • Interface Access Blocked- Access Denied

      Issue You may get locked out yourselves whenever you are trying to create policies in the Access Restrictions section of SafeSquid. You suddenly get messages as Access Denied on the browser. Root Cause SafeSquid actually evaluates entries in the ...
    • Restart the SafeSquid Service from Interface

      Overview Restart your SafeSquid service without access to the Server. Prerequisites Make sure that the Monit service is running on your SafeSquid service. Check for monit service: pidof monit if you did not find the pid of monit then start the monit ...
    • SafeSquid Transparent Proxy

      Overview The Internet is an essential part of most company’s business infrastructure. However, it can be a risky place, but there are ways to minimize risks so your business can thrive. Analysts encourage organizations to deploy a secure web gateway ...
    • Identify the filter name by using SafeSquid Block Template

      Overview Find the filter name easily from the SafeSquid block template without analyzing the SafeSquid logs. Finding filter name
    • Standard Operating Procedure (SOP) for Troubleshooting Issues in your SafeSquid proxy server

      Purpose To provide a consistent and effective approach to troubleshooting network connectivity and web server issues using key commands. Scope This SOP applies to troubleshooting sessions involving DNS resolution, port connectivity, web server ...