Results 1 to 3 of 3
Hello. I'm not sure if this belongs in Servers or Networking. I have sshd running on my server, outward facing to the internet. I have an instance of Squid installed. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-02-2011 #1Just Joined!
- Join Date
- Dec 2011
- Location
- /home/joshua/bedroom
- Posts
- 1
SSH tunnel through Squid
Hello. I'm not sure if this belongs in Servers or Networking. I have sshd running on my server, outward facing to the internet. I have an instance of Squid installed. I'd like all SSH tunnel traffic to be passed through Squid, rather than be fetching content directly, mostly due to the bandwidth savings of a caching proxy. Thanks in advance.
- 12-02-2011 #2
This wont work.
Squid cannot store that data, because
a) this is a ssh stream and not http content
b) it is encrypted.
Also, it is not a good idea to add a dependency to your logins.
If squid is down, you might no longer be able to manage this machine.Last edited by Irithori; 12-02-2011 at 04:14 PM. Reason: typo
You must always face the curtain with a bow.
- 12-02-2011 #3
SSH has overhead too, since its encrypted and all.
linux user # 503963


Reply With Quote
