On Mon, Jan 15, 2024 at 1:06 AM Jeffrey Walton <[email protected]> wrote: > > On Mon, Jan 15, 2024 at 12:52 AM bruce <[email protected]> wrote: > > > > [...] > > > > before cloning a repos, test to make sure things work... > > > > ssh -vT [email protected] > > 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 [email protected]:foo/test.git it returns , , , Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g': debug1: No more authentication methods to try. [email protected]: 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 [email protected], 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. [email protected]: 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 -- [email protected] > To unsubscribe send an email to [email protected] > 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/[email protected] > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
