I am trying to install Dokku on Amazon EC2. I've installed Dokku on Amazon EC2 Ubuntu 12.04 LTS machine.
Amazon provided me with a key pair used to connect to the machine via SSH as a key.pem file.
I converted this key to a .PPM private key with PuttyGen and now I am able to login to the server via SSH with Putty.
I installed Dokku on the machine which means it installed a GIT server (along with Docker and more).
When I try to push to this git server I get the following error :
* No supported authentication methods available (server sent: publickey)
How should I configure the client and/or server to allow git pushing?
Should I use the same key I received from Amazon or should I generate a new key pair ? and if so, how should I convert it ?
- I am using a Windows client and have access to Mac OS/X as well.