I have a problem with my new gitlab server.
when ever i try to push somthing to gitlab over ssh with ssh key i run into a problem where after the key auth is good the server asks for password for git@git.mydomain.org and it do not get pushed at all.
If i push or pull over HTTP it works fine
The server is setup using Docker and https://www.portainer.io/ template docker image on an Ubuntu 16.04 server.
I have changed the ssh port on both the server and in the gitlab config
I can how ever push with the same key to another gitlab server, with out problems so i dont think the key is the problem