On Thu, Aug 05, 2021 15:33:18 +0800, Xiao Ni wrote:
> On Wed, Aug 4, 2021 at 7:41 PM Ankur Sinha <sanjay.an...@gmail.com> wrote:
> >
> > I think changing your key on the new accounts system should be enough.
> > If you've checked your ssh_config etc. and all of that is OK, I guess
> > you'll need to file a ticket with infra so they can look at why your new
> > key isn't working.
> 
> Hi all
> 
> Thanks for the information. Now it still fails. And for config file,
> you mean this one?
> [xiao@fedora ~]$ cat .ssh/config
> 
> # The "IdentitiesOnly yes" force to try only keys listed with
> "IdentityFile" option.
> # Otherwise ssh-agent tries all preloaded keys before the ones
> specified by  "IdentityFile" option, which may lead to
> # "Access denied: Too many authentication failures" error
> HOST gitlab.com
>   HostName gitlab.com
>   IdentityFile ~/.ssh/id_ed25519_gitlab
>   IdentitiesOnly yes

I have multiple ssh keys, so I need to have this in my ~/.ssh/config to
specify which should be used for Fedora services:

HOST *.fedoraproject.org fedorapeople.org *.pagure.io
    IdentityFile ~/.ssh/<ssh key file for Fedora>
    User <FAS username>

-- 
Thanks,
Regards,
Ankur Sinha "FranciscoD" (He / Him / His) | 
https://fedoraproject.org/wiki/User:Ankursinha
Time zone: Europe/London

Attachment: signature.asc
Description: PGP signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to