Forum Discussion
Former Member
4 years agossh keys not working for GitLab.com but are working fine for GitHub.com
I have generated a few different keys of various encryption levels and using different algorithms and I can't seem to get any to work for gitlab, I always get I do not have permissions. If I disable ...
Former Member
4 years agoI figured out what it was. I have 2 different GitLab accounts and it was authenticating with the wrong one first and never getting to the other account. It took me testing with ssh -T git@gitlab.com
to realize it was working just with the wrong user.