signing works, pulling doesn't

andretietz
andretietz
Community Member
edited August 2023 in SSH

Hey I just explored the ssh key feature (thanks btw, nice integration).

I just wanted to try this, but it seems odd, since the key seems added correctly, when using ssh to test the auth it also seems to work, but as soon as I touch git (2.4.1.03 for windows) it doesn't recognise the keys.

C:\Users\andre\repos\private-stuff>ssh-add -l
256 SHA256:ABCDEFGHIJKLMNOPQRSTUvWXYZANDMOREFFFFFF github ssh (ED25519)

C:\Users\andre\repos\private-stuff>ssh -T git@github.com
Hi andretietz! You've successfully authenticated, but GitHub does not provide shell access.

C:\Users\andre\repos\private-stuff>git pull
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

When I push a commit using http (intellij integration using the same git installation!), signing works just perfectly.

Any ideas what could be wrong here?


1Password Version: 8.10.12
Extension Version: Not Provided
OS Version: Windows 11
Browser: Not Provided

This discussion has been closed.