LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Proxy and SSH (https://www.linuxquestions.org/questions/linux-server-73/proxy-and-ssh-753668/)

mwkemo 09-08-2009 04:41 PM

Proxy and SSH
 
Hello,

I'm trying to restrict access to only http and https on my server at work so my workers can't use other services. I setup squid proxy server and configured to allow only 80 and 443 ports from and to internet, and that's working correctly.
Now i know that there is a way to configure ssh tunneling to bypass my firewall and proxy server. I want to know if there is a way to configure proxy or iptables to recongnize if someone attempts to connect to ssh server at home or some other internet ssh server over 80 or 443 port which are open on my work server and how can i prevent that?

adamben 09-08-2009 08:29 PM

Not directly answering your question, but here are a couple of considerations:

Tried squidguard?

http://www.squidguard.org/about.html

Hopefully you've also considered the possibility that they won't be using ssh directly at all....(ajaxterm anyone?)


All times are GMT -5. The time now is 11:27 AM.