Host gitlab.xxx.com
    HostName        gitlab.xxx.com
    User            user
    IdentityFile    xxx\.ssh\id_rsa
Host github.com
    HostName        github.com
    User            user
    IdentityFile    xxx\.ssh\id_rsa_github
    ProxyCommand    connect -S 127.0.0.1:7070 %h %p #socket proxy,vpn就靠你了

 

相关文章:

  • 2021-07-01
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2021-12-11
  • 2021-09-12
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2021-04-02
  • 2021-04-03
  • 2021-07-25
  • 2021-09-15
  • 2021-05-22
相关资源
相似解决方案