For TortoiseHg we are using F-Secure SSH (company decision) for authentication. We can access all the repo's with in company's network, but when i try to access bit-bucket it fails.
I tried accessing bit-bucket with https settings (https://[email protected]/xxx/reponame) and it worked after setting the proxy in mercurial.ini
[http_proxy]
host = proxy-us.xxx.com:xxx
user = xxx
How can i do the same for SSH? I could see few settings for doing it through putty, but I'm not able to get the details for F-Secure SSH (ssh2).
Add the following to
%USERPROFILE%\mercurial.ini
: