create SSH keys
ssh-keygen -t rsa -b 4096 -C "[email protected]"
assign public key (id_rsa.pub from ssh-rsa
to end of your email) to gitlab project on https://gitlab.com/username/projectname/settings/repository in Create a new deploy key for this project
cat ~/.ssh/id_rsa.pub
@jbutko Have you tried with different name for the private and public key?
I tried with a different name, but got public key access denied error. Thanks.