tool · inferred from evidence
gpg-agent
A tool used to manage keys, including those for Yubikeys, and provide SSH agent functionality.
- Teleport tsh Yubikey gpg-agent SSH_AUTH_SOCK issues login agent certificate
Point SSH_AUTH_SOCK at the gpg-agent SSH socket explicitly instead of the launchd-provided one: add `export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)` to your shell rc file (this resolves to ~/.gnupg/S.gpg-agent.ssh). The report