[chiglug] ssh through proxy with corkscrew
Drew Fustini
pdp7pdp7 at gmail.com
Wed Oct 21 19:26:00 UTC 2015
nifty thing I found today...
I needed to SSH through a HTTP proxy server today and found these
great instructions from Arch Linux wikik on how to use Corkscrew:
https://wiki.archlinux.org/index.php/HTTP_tunneling
ssh user at server -o "ProxyCommand corkscrew $proxy_ip_or_domain_name
$proxy_port $destination_ip_or_domain_name $destination_port"
cheers,
drew
More information about the discuss
mailing list