I'm trying to push to git server:
git remote add origin ssh://git@git.example.com:9922/test
git push
Here's the response:
git@git.example.com's password:
I'm typing in the password for my ssh key, but it fails. I've even checked correctness of the password using this method.
After three failed attempts, the server responds:
Permission denied (publickey,password).
fatal: Could not read from remote repository.
Does that mean that the repository is also password-protected, not only ssh-protected? Or is this just ssh authentication not working?