Hi - > git pull from the GCC and Glibc repos is failing for me with the error > below. It worked fine last week and I haven't made any changes to my > ssh keys.
And are you logging in from the same workstation with access to the same set of ssh private keys? > Is this a transient glitch or has something changed recently that I > need to make some adjustments for? I know of nothing relevant that has changed on the sourceware side. > sign_and_send_pubkey: signing failed: agent refused operation > mse...@gcc.gnu.org: Permission denied (publickey). > fatal: Could not read from remote repository. The usual advice is to run % ssh -vv gcc.gnu.org alive and report the ssh level error. "agent refused operation" sounds like a problem on the client end. - FChE