I would like to set my CURL to use SSH tunneling for certain domains. How can I accomplish that? I can also set up VPN or SOCKS or whatever, but I need to use CURL on local machine, but use the IP of remote machine for those connections.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

OpenSSH can create a SOCKS proxy with the -D option, and cURL can use a SOCKS proxy with the various --socks* options.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.