I decided to try out the Laravel Forge, but I'm having trouble with the SSH keys. I use digitalocean.com for the VMs and have used SSH keys with success many times before.
However when I paste my public key into Forge (which adds it to the server) I'm not able to connect to it. I use Putty and I get the following error:
Disconnected: No supported authentication methods available (server sent: publickey)
Key was generated using puttygen and was added to pageant.
I have tried using the very same key files as my other VM and tried creating a new one, but all without luck.
I'm hoping someone can help me out here.
Edit: here is my putty log http://pastebin.com/ZGmm8Mcv
ssh -vvv. "No Supported authentication methods available" sounds like no public key was sent when trying to connect.Event Log: Trying Pageant key #0Event Log: Server refused public key- looks like a clear case of the offered key not being accepted. I doubt using laravel forge fundamentally changes how ssh access works - you should IMO debug it like any other ssh access problem (check keys exist on the server, check they match the key being offered).