My contribution is addition to connect-proxy into Debian

ToDo TesT :

[[Software]]

connect / connect-proxy : [[LibreSoftware]]

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 :


[[Debian]]

apt-get update
apt-get install connect-proxy
man connect-proxy

[[Debian]] developer

ToDo:

TODO

ISA

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

Misc :

file:///usr/share/doc/putty-tools/Chapter4.html#i237

MORE

@TaG: HttP BrowsE PrivacY ConnecT SockS HttpS SsH SsL Debian Network HTTP Privacy

<iframe width="420" height="315" src="//www.youtube-nocookie.com/embed/2cF8oA0zn7A" frameborder="0" allowfullscreen></iframe>

proxy.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki