Hi,

 

Well, your error code is different, but could it be this OpenSSH version conflict?: https://blog.hqcodeshop.fi/archives/525-OpenSSH-8.8-dropped-SHA-1-support.html

Might be worth to try setting SSH to verbose mode with GIT_SSH_COMMAND as described here: https://askubuntu.com/questions/336907/really-verbose-way-to-test-git-connection-over-ssh


/George


From: Jérôme Forissier via TF-A <tf-a@lists.trustedfirmware.org>
Sent: 15 November 2022 10:49
To: tf-a@lists.trustedfirmware.org
Subject: [TF-A] Submitting a patch to TF-A

 

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