On Mon, Jan 15, 2024 at 1:06 AM Jeffrey Walton <noloa...@gmail.com> wrote:
>
> On Mon, Jan 15, 2024 at 12:52 AM bruce <badoug...@gmail.com> wrote:
> >
> >  [...]
> >
> > before cloning a repos, test to make sure things work...
> >
> > ssh -vT g...@github.com
> > this should return success if everything works correctly
>
> You have been told twice that this is wrong. Both Samuel Sieb and Sam
> Varshavchik told you so.
>
> If you think your setup is ready, then perform a clone and then a test
> commit on a test branch.
>

Hi Jeffery.

I did do a test as user foo
git clone g...@github.com:foo/test.git


it returns
,
,
,
Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
debug1: No more authentication methods to try.
g...@github.com: Permission denied (publickey).

which as I've stated appears to be asking for a passphrase even though
none was used to create the "key"

As to the issue you guys have with running ---- ssh -vT g...@github.com,
I'm not sure why, as this appears to simply test the connection via ssh.
but again, running this gets the same

 Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
debug1: No more authentication methods to try.
g...@github.com: Permission denied (publickey).

but again, running this gets the same issue
-----------------------------------------------------------



> It has been my experience that keys are Ok and the agent is Ok
> (assuming you shared the public key on the Git server). The problems
> come with getting your gitconfig's right. And the easiest way is to
> show someone a working gitconfig rather than trying to regurgitate git
> commands.
>
> Jeff
> --
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-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/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-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/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to