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 own desktop) to be forwarded to a remote machine via a secure channel.
To Create SSH Tunnels using PuTTY follow below Steps:

Establish a 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

Now right click on the title bar and select change settings

right clicking on the title bar and selecting change settings

Expand the SSH Settings

Expanding the SSH Settings in the sidebar
expansion of ssh settings

Select Tunnels

Add Source Port

adding the appropriate port

Add destination IP and Port

adding the destination and port in the destination field

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

      Issues 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 browser Root Causes SafeSquid actually evaluates entries in the Access ...
    • Restart the SafeSquid Service from Interface

      Overview Restart your SafeSquid service without access to the Server Prerequisites Make sure that Monit service is running on your SafeSquid service. Check for monit service: pidof monit if you did not find pid of monit then start the monit - ...
    • 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 ...
    • Disk space and RAM is full on SafeSquid server

      Overview Manage disk space on SafeSquid server. When any of the partitions that are used by SafeSquid are full, it results in undefined behavior. This may lead to something like, SafeSquid failing in processing the connections. Prerequisites Give the ...