Earlier I used Mercurial
command line installation and it worked fine for me with default ssh client and keys location in ~/.ssh.
On my new laptop I installed TortoiseHg
. Now any remote request (like hg pull, or hg incoming) generates PuTTY Fatal Error:
Disconnected: No supported authentication methods available (server sent: publickey)
Quite similar result if i try to acces repository over ssh directly:
ssh -vT git@bitbucket.org
The problem may be solved using Pageant
(plink
): run it and add putty key, or add pageant (plink) to Mercurial config file.
BUT, i'm looking how it is possible to work in old way, without pageant or plink, using only default ssh keys location?