Re: Problem with project link
Raymond Toy <[email protected]> Fri, 27 Dec 2024 14:52:32 -0800
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <CAG14z1Huv1ygtxe8BNcL9R41S_vcONPEZGFtDvYwvfE-Awk-ow@mail.gmail.com> |
On Fri, Dec 27, 2024 at 2:30 PM David Cooper <[email protected]> wrote: > Hi Raymond, > > You might need to add your ed25519 public key to here: SSH Keys · User > Settings · GitLab > <https://gitlab.common-lisp.net/-/user_settings/ssh_keys> > > Make sure the same one which is in your .ssh/authorized_keys and which > you know is the one letting you ssh in, is also added to that list in the > gitlab UI. I think your "rtoy" gitlab user and your "rtoy" shell login > account are treated as two different things so the requisite public key has > to be in both places. > > I checked and they match. Perhaps the issue is that the key starts with ssh-rsa but is really ed25519? I'm pretty sure I didn't edit that and ssh-keygen long ago did that. But it was a long time ago. > > > -- Ray