<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello everyone, I need to enable port 22 in squid but only to a certain server (<a href="http://host.domain.com">host.domain.com</a>) in particular, so that the rest of the world cannot be accessed via SSH.<br>I would like to know this is the right way to do it:</div><div><br># SFTP policy<br>acl SSH_port port 22<br>acl SFTP_policy dst 1.2.3.4<br>http_access allow SFTP_policy SSH_port localnet<br>[...]<br>http_access deny !Safe_ports<br>[...]</div><div><br></div><div>I'd appreciate your comments.<br>Kind regards<br>Gabriel<br></div></div></div></div>