Using cygwin ssh.exe in TortoiseHg possible?
问题 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