gpt4 book ai didi

windows - 在 HTTP 代理下工作时 Windows 上的 SSH 配置

转载 作者:可可西里 更新时间:2023-11-01 11:25:46 26 4
gpt4 key购买 nike

我正在尝试设置我的 ~/.ssh/config 文件 以通过我公司正在使用的 HTTP 代理连接服务器,但它每次都失败...有谁知道如何做到这一点?

我在 Windows 7 上工作,使用 Git Bash 工具,这是我当前的 ~/.ssh/config:

Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa
ProxyCommand connect -H XX.XX.XX.XXXX:8080 %h 443

命令 ssh -T git@github.com -v 输出:

OpenSSH_7.1p2, OpenSSL 1.0.2d 9 Jul 2015
debug1: Reading configuration data /c/Users/name/.ssh/config
debug1: /c/Users/name/.ssh/config line 1: Applying options for github.com
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Executing proxy command: exec connect -H XX.XX.XX.XXXX:8080 github.com 443
debug1: permanently_drop_suid: 1201653
debug1: identity file /c/Users/user/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /c/Users/gregv/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.1
ssh_exchange_identification: Connection closed by remote host

最佳答案

好的,我的问题实际上是在 443 上设置的端口,这是为我工作的正确的 ~/.ssh/config 文件:

 Host github.com
IdentityFile ~\.ssh\id_rsa
ProxyCommand connect -H XX.XX.XX.XXXX:8080 %h %p
ForwardAgent yes

关于windows - 在 HTTP 代理下工作时 Windows 上的 SSH 配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37790843/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com