Hi,

I am trying to send a patch to review.trustedfirmware.org but I get a Permission denied error.

===========================
$ git push jforissier@review.trustedfirmware.org:29418/TF-A/trusted-firmware-a HEAD:refs/for/integration
jforissier@review.trustedfirmware.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

$ git clone "ssh://jforissier@review.trustedfirmware.org:29418/TF-A/trusted-firmware-a"
Cloning into 'trusted-firmware-a'...
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


$ ssh -p 29418 jforissier@review.trustedfirmware.org
jforissier@review.trustedfirmware.org: Permission denied (publickey).
===========================

I can see my ssh key at https://review.trustedfirmware.org/settings/. I tried to upload it again, I also added -i to the ssh command to make sure the right key is used. What am I doing wrong?

Thanks,
--
Jerome