在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.
  1. ProxyCommand /usr/bin/nc -X connect -x proxyhost:80 %h %p

以上是关于在Linux上使用带有ssh/scp的代理的主要内容,如果未能解决你的问题,请参考以下文章

linux ssh scp免密码

Linux SSH , SCP 建立信任关系(免密传输)

Linux命令:ssh,scp使用及免密码登录

linux ssh scp无密码登录

ssh scp文件同步(先不搞了)

linux命令:ssh scp ssh-keygen -t rsa用法