在Linux上使用带有ssh/scp的代理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Linux上使用带有ssh/scp的代理相关的知识,希望对你有一定的参考价值。
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.
ProxyCommand /usr/bin/nc -X connect -x proxyhost:80 %h %p
以上是关于在Linux上使用带有ssh/scp的代理的主要内容,如果未能解决你的问题,请参考以下文章