Create TCP tunnels through HTTPS proxies for secure connections
Create TCP tunnels through HTTPS proxies
proxytunnel$ proxytunnel -p proxy.example.com:8080 -d ssh.example.com:22 -a stdin$ proxytunnel -p corporate-proxy:3128 -d internal-server:80 -l 8888$ proxytunnel -p proxy.example.com:8080 -u username -s password -d remote.host:443 -l 9999