On Wed, 2019-05-15 at 17:09 -0400, Steve Dickson wrote: > Hello, > > I'm getting the following error when I'm access the fedora git trees. > > sign_and_send_pubkey: signing failed: agent refused operation > steved@xxxxxxxxxxxxxxxxxxxxxx: Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > Now I know I have the correct publickey (id_rsa/id_rsa.pub) > because they work on a different host. and generally > when I have the wrong keys, I get the above error minus > > sign_and_send_pubkey: signing failed: agent refused operation > > Any idea what is happening? What Fedora and OpenSSH version are you using? Does it work if you downgrade openssh? Are you using gnome-keyring? What is the output of "echo $SSH_AUTH_SOCK"? This error means that the agent fails to provide the signature using your private key for some reason. Running the ssh-agent separately in debug mode (ssh-agent -d) might show a bit more information. Regards, -- Jakub Jelen Senior Software Engineer Security Technologies Red Hat, Inc. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx