My contribution is addition to connect-proxy into Debian
connect-proxy open connection over SOCKS4/5 proxies
# file://~/.ssh/config ## Outside of the firewall, with HTTP proxy Host * # ProxyCommand connect -H proxyhost:3128 # %h %p ProxyCommand connect -H proxyhost:1080 %h %p
$ ssh remotehost -p 443 # ssh_exchange_identification: Connection closed by remote host
connect -d -S ${PROXY_HOST} remotehost 80
connect-proxy -d -h $PROXY_HOST $PROXY_PORT cf.sf.net
Please, note that any HTTP-Proxy tunnel won't work with content-inspection firewall (unless using SSL).
ToDo :
apt-get update apt-get install connect-proxy man connect-proxy
ToDo:
How to redirect YouTube trafic ?
telnet ${PROXY_HOST} ${PROXY_PORT} « EOF
CONNECT linuxfr.org:443 HTTP/1.0
GET / HTTPS/1.0
EOF
#EOF
telnet ${PROXY_HOST} ${PROXY_PORT} « EOF
CONNECT linuxfr.org.nyud.net:8090 HTTP/1.0
EOF
#EOF