Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 7上F-Secure SSH的代理设置_Windows_Ssh_Mercurial_Tortoisehg_Libssh2 - Fatal编程技术网

Windows 7上F-Secure SSH的代理设置

Windows 7上F-Secure SSH的代理设置,windows,ssh,mercurial,tortoisehg,libssh2,Windows,Ssh,Mercurial,Tortoisehg,Libssh2,对于OrtoiseHG,我们使用F-Secure SSH(公司决策)进行身份验证。我们可以通过公司网络访问所有回购协议,但当我尝试访问比特桶时,它失败了 我尝试使用https设置()访问位存储桶,在mercurial.ini中设置代理后,它就工作了 [http_proxy] host = proxy-us.xxx.com:xxx user = xxx 如何对SSH执行相同的操作?我可以看到通过putty执行此操作的设置很少,但无法获取F-Secure SSH(ssh2)的详细信息。将以下内容添

对于OrtoiseHG,我们使用F-Secure SSH(公司决策)进行身份验证。我们可以通过公司网络访问所有回购协议,但当我尝试访问比特桶时,它失败了

我尝试使用https设置()访问位存储桶,在mercurial.ini中设置代理后,它就工作了

[http_proxy]
host = proxy-us.xxx.com:xxx
user = xxx

如何对SSH执行相同的操作?我可以看到通过putty执行此操作的设置很少,但无法获取F-Secure SSH(ssh2)的详细信息。

将以下内容添加到
%USERPROFILE%\mercurial.ini

[ui]
ssh = "C:\Program Files (x86)\F-Secure\Ssh\ssh2.exe" -o "SocksServer proxy.internal:1080"

远程:警告:连接到bitbucket.org失败:TCP/IP失败是我收到的关于上述更改的警告您的代理服务器可能拒绝连接。F-Secure ssh2的代理服务器需要是SOCKS代理,而不是HTTP(S)代理。