On Mon, 2020-03-09 at 15:48 +0100, Antony Stone wrote:
> On Monday 09 March 2020 at 15:43:14, Service MV wrote:
>
> > Hello everyone, I need to enable port 22 in squid but only to a
> > certain
> > server (host.domain.com) in particular, so that the rest of the
> > world
> > cannot be accessed v
On Monday 09 March 2020 at 15:43:14, Service MV wrote:
> Hello everyone, I need to enable port 22 in squid but only to a certain
> server (host.domain.com) in particular, so that the rest of the world
> cannot be accessed via SSH.
Squid does not support SSH.
> I would like to know this is the ri
Hello everyone, I need to enable port 22 in squid but only to a certain
server (host.domain.com) in particular, so that the rest of the world
cannot be accessed via SSH.
I would like to know this is the right way to do it:
# SFTP policy
acl SSH_port port 22
acl SFTP_policy dst 1.2.3.4
http_access