常用工具On this page常用工具 常用命令行工具 ssh走代理 ssh -o ProxyCommand='nc -X 5 -x 127.0.0.1:7897 %h %p' user@server_ip ssh config走代理 cat ~/.ssh/config host or1 hostname server_ip user root port 22 identityfile ~/.ssh/id_rsa ProxyCommand nc -X 5 -x 127.0.0.1:7897 %h %p 使用 ssh or1 即可