Hi I'm trying to give a user on the internet ssh access to a machine on my LAN. I want them to be able to ssh to my public IP on a port other than the default 22 and get automatically logged into the lan machine. What do I need to do in squid.conf? I tried acl SSL_ports port 10122 as well as acl Safe_ports port 10122 but they're both not working. Best regards Dayo Adewunmi