2

TortoisePlink Fatal Error Disconnected: No support authentication methods available (server sent: publickey)

I found a similar post here that involved TortoiseGit. How to solve TortoiseGitPlink Fatal Error?

But the interface given in the top solution didn't match up with Tortoise HG.

John Chesshir
  • 590
  • 5
  • 20

1 Answers1

3

The sequence for TortoiseHG was this:

TortoiseHG->Global Settings->Sync->SSH Command

Put ssh.exe in that slot. Assuming you have all of the other ssh configurations set up correctly, that should get TortoiseHG working for you.

John Chesshir
  • 590
  • 5
  • 20
  • I have the same issue. Running TortoiseHg version 6.3.2 64bit and trying to interact with a local Gitea installation using public key authentication. Win10 PC. TortoiseHG->Global Settings->Sync->SSH Command was always "C:\Program Files\TortoiseHg\lib\TortoisePlink.exe" Putting ssh.exe there, tries indefinitely to communicate with the server – T81 Jan 10 '23 at 08:45