corkscrew(1) | Networking | corkscrew(1) |
corkscrew - Tunnel TCP connections through HTTP proxies
corkscrew PROXY PROXYPORT TARGETHOST TARGETPORT [AUTH_FILE]
corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to std- out during the connection, just like netcat. It can be used for instance to connect to an SSH server running on a remote 443 port through a strict HTTPS proxy.
username:password
None.
The common usage of corkscrew is to put the following line in ~/.ssh/ssh_config:
ProxyCommand corkscrew proxy proxyport %h %p [<path to auth_file>]
This will let the ssh connection go through the proxy with the help of corkscrew.
None.
None.
Program was written by Pat Padgett <pat@patpadgett.com>.
This manual page was written by Laurent Fousse <laurent@komite.net> for the Debian GNU system (but may be used by others). Updated by Jari Aalto <jari.aalto@cante.net>. Released under license GNU GPL version 2 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>.
2022-05-22 | corkscrew |