This is a discussion on RE: [squid-users] squid and SSH within the Squid Users forums, part of the Web Server and Related Forums category; =20 > Hello all! >=20 > Is there any way to use SSH by passing through squid proxy? > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
=20 > Hello all! >=20 > Is there any way to use SSH by passing through squid proxy? > Can squid in some way handle such kind of connections (don't know if=20 > it's called "tunneling" or whatever). >=20 > Thank you Yes, I use such a setup for offering ssh to end users on UNIX. It's a perl script that make use of squid's CONNECT capabilities (method).=20 You have to add port 22 then to your allowed SSL port's acl. I think it only works for OpenSSH versions , which allow specifying the tunneling perl script as a proxy. On Windows 'putty' (http://www.chiark.greenend.org.uk/~sgtatham/putty/) can also make/use advantage of the SQUID proxy for outgoing ssh, apparently without any problem. M. =20 |