Return to Snippet

Revision: 63202
at April 16, 2013 16:32 by deanhouseholder


Initial Code
ProxyCommand /usr/bin/nc -X connect -x proxyhost:80 %h %p

Initial URL


Initial Description
In order to use a proxy by default for your network-based commands, create the file "~/.ssh/config" and give it these properties.  Replace "proxyhost" with the hostname/IP of the proxy server and "80" with the port of the proxy server.

Initial Title
Use a proxy with ssh/scp on Linux

Initial Tags
Bash, linux

Initial Language
Bash