I tried to set up an authentication subkey with GPG for authentication against SSH servers, following this instruction set. Everything seems to work so far, but ssh-add -l
does not show any keys:
$ ssh-add -l
The agent has no identities.
Also I cannot log in to servers where I put my public key.
What can I do to fix this?
ssh-add -l
show the wanted output but I don't mind if i were to be wrong here :) – Nordine Lotfi May 15 '21 at 22:02