tool · inferred from evidence
launchd
A service management system on macOS that sets environment variables like SSH_AUTH_SOCK.
- 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 your home directory). The reporter co