使用 connect http proxy 绕过 ssh 防火墙限制

一、安装 connect

brew install connect

 

二、配置 ~/.ssh/config

Host *
  ProxyCommand connect -H your.proxy.server:proxy_port %h %p
相关文章
相关标签/搜索