【发布时间】:2014-11-28 00:34:49
【问题描述】:
对于 TortoiseHg,我们使用 F-Secure SSH(公司决策)进行身份验证。我们可以访问公司网络中的所有 repo,但是当我尝试访问 bit-bucket 时它失败了。
我尝试使用 https 设置 (https://xxx@bitbucket.org/xxx/reponame) 访问 bit-bucket,并且在 mercurial.ini 中设置代理后它工作了
[http_proxy]
host = proxy-us.xxx.com:xxx
user = xxx
我怎样才能对 SSH 做同样的事情?我可以通过 putty 看到一些设置,但我无法获取 F-Secure SSH (ssh2) 的详细信息。
【问题讨论】:
标签: windows ssh mercurial tortoisehg libssh2