TortoiseHg is blocked when collecting SSH from BitBucket

TortoiseHg blocks when I try to fetch from my BitBucket repository using SSH. He simply refuses to return, even after an hour.

I assume the problem is that my private key has an associated passphrase. (Everything works fine when I do this from the command line, but I need to enter the password for the key).

So my question is: how do I get TortoiseHg to find out my password for the key so that I can use it?

+3
source share
1 answer

You need to use SSH-agent , which will store the decrypted key in memory.

unix, ssh-agent, ssh-add, , .

ssh- TortoiseSVN : http://matttrent.com/articles/how-use-ssh-agent-windows-tortoisesvn. , .

+3

Source: https://habr.com/ru/post/1796116/


All Articles