# 其中# proxy_ip对应的代理服务器的ip, proxy_port对应的代理服务器的port# filename对应想要传输的文件# username对应目标主机的用户名, target_ip对应目标主机的ip,target_path对应想要传输的目标地址scp -o "ProxyCommand=nc -X connect -x proxy_ip:proxy_host %h %p" filename username@target_ip:/target_path
本文共 287 字,大约阅读时间需要 1 分钟。
# 其中# proxy_ip对应的代理服务器的ip, proxy_port对应的代理服务器的port# filename对应想要传输的文件# username对应目标主机的用户名, target_ip对应目标主机的ip,target_path对应想要传输的目标地址scp -o "ProxyCommand=nc -X connect -x proxy_ip:proxy_host %h %p" filename username@target_ip:/target_path
转载于:https://my.oschina.net/iak1001/blog/3049814