ssh-add -L

Category: VPS Management

ssh-add -L

List public keys currently loaded in the agent

Prints the public keys your SSH agent holds, which is what gets offered to servers when authenticating (and forwarded with -A). If a server keeps asking for a passphrase, the key is probably not loaded — add it with ssh-add. The -l variant shows fingerprints instead of full keys.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.