使用 connect http proxy 繞過 ssh 防火牆限制

一、安裝 connect

brew install connect

 

二、配置 ~/.ssh/config

Host *
  ProxyCommand connect -H your.proxy.server:proxy_port %h %p
相關文章
相關標籤/搜索