You have to create or edit ~/.ssh/config file
# GitLab.com
Host gitlab.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/yakindu_rsa
Note that yakindu is a custom name. You can replace with your own
You have to create or edit ~/.ssh/config file
# GitLab.com
Host gitlab.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/yakindu_rsa
Note that yakindu is a custom name. You can replace with your own