Following these instructions to add a SSH key to my GitLab account.
https://docs.gitlab.com/ee/ssh/README.html#rsa-ssh-keys
Everything works up to the point where you test if everything is set up:
ssh -T git@gitlab.pavlovia.org
It asks for a password. What password?
I’ve tried the following:
- pavlovia gitlab PW
- github PW
- pw you create when making SSH token
- blank PW when making SSH token (created new token and not setting a pw)
Every time I get the following Permission denied error and it kicks me out after 3 tries:
git@gitlab.pavlovia.org: Permission denied (publickey,password)