I created public and private key with cygwins ssh and pasted the public key into bitbucket account.
ssh -T hg@bitbucket.org
says the ssh connection works fine! (so it should work!!!)
Then I post
[ui]
ssh = C:\cygwin\bin\ssh.exe
into mercurial.ini in TortoiseHg
And I post
[paths]
default = ssh://hg@bitbucket.org/myusername/personal
Into the hgrc file.
But then when I want to push TortoiseHg says to me:
remote: Permission denied (publickey).
no suitable response from remote hg
Seems to me something is missing here but what exactly?
Edit: I don't want to used TortoisePlink because it is SUPER SUPER SUPER SLOW! And https just cancels the connection after uploading several megabytes.