scp proxy socks5 local to remote

scp -o "ProxyCommand=nc -X 5 -x proxy_host:proxy_port %h %p" local_filename remote_uer@remote_host:remote_path
原文地址:https://www.cnblogs.com/leescre/p/13595871.html