tool · inferred from evidence
gpgconf
A command-line tool used to list directories, including the agent-ssh-socket directory.
- 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