You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acts as a Proxy for tunneling SSH through HTTP at port 443.
/etc/squid/squid.conf:
http_port 443
acl SSL_ports port 22
acl Safe_ports port 22
# Allow squid to establish a connection to destination port 22
acl ssh_port port 22 # ssh
http_access allow ssh_port
httpd_suppress_version_string on
visible_hostname unknown