Revision: 63202
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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