Omnibus Gitlab SSH connection issue

Hi,

I have Gitlab servers set up behind ELB on aws. I have an issue with SSH connection over port 22.

I have opened up 22 port from classic ELB to end servers. I have also added a ssh public key (id_rsa.pub) in web gitlab console.

When I run “ssh -Tv git@myserver.com”, I keep getting the following error -


debug1: Offering public key: /Users/.ssh/id_rsa RSA SHA256:lL1iDEdfgdf5452+VYx4+K234jsddfIto47/vMT1Q0J7SdA explicit
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug1: Offering public key: /Users/.ssh/id_rsa RSA SHA256:lL1iDEdfgdf5452+VYx4+K234jsddfIto47/vMT1Q0J7SdA
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug1: No more authentication methods to try.
git@mydomain.com: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

I am not sure what I am missing since I have opened up a connection to end server over 22. Seems Gitlab is not able to authenticate the public key. Can you please help here?

Please someone can help

Can someone please help me?