Re: [squid-users] Allowing a port only to certain IP/host

2020-03-09 Thread Majed Zouhairy
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

Re: [squid-users] Allowing a port only to certain IP/host

2020-03-09 Thread Antony Stone
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

[squid-users] Allowing a port only to certain IP/host

2020-03-09 Thread Service MV
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