I'd like to use an SSH key rather than a password. In any case, when I
clicked the "Generate new password" button a dialog opened with:
An error occurred
Error 500 (Server Error): Internal server error
Endpoint: /accounts/self/password.http
--
Jerome
On Tue, 15 Nov 2022 at 14:15, Jorge Troncoso
jatron@google.com wrote:
> Did you try generating an http credential on the gerrit site?
>
> On Tue, Nov 15, 2022 at 4:49 AM Jérôme Forissier via TF-A <
> tf-a@lists.trustedfirmware.org> wrote:
>
>> 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
>> --
>> TF-A mailing list -- tf-a@lists.trustedfirmware.org
>> To unsubscribe send an email to tf-a-leave@lists.trustedfirmware.org
>>
>