I can't push to/clone from a GitLab running on an Amazon EC2 instance. Here is what I did so far
- Created a keypair on my local machine
- Created a project in Gitlab (my GitLab user has owner-permissions)
- Add my public key in the webconfig of my user in Gitlab
When I try to clone that repository via git clone git@11.12.13.154:project-group/project.git
I get the infamous message:
Permission denied (publickey).
How can I configure my EC2-instance to accept clone/push/pull requests from users who added their SSH-keys via Gitlabs web-interface?