I have tried disabling gpg agent from taking over my ssh auth socket by configuring
Code:
disable-ssh-support
Code:
~/.gnupg/gpg-agent.conf
I reverted and tried debugging the gpg agent to handle my ssh key properly, I have set
Code:
SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
But whenever I run
Code:
ssh-add ~/.ssh/id_rsa
I enter my passphrase, get the message that the key was added but
Code:
ssh-add -l
Code:
error fetching identities: Invalid key length.
How do I get ssh authentication to work in Wayland please?