With ssh-agent, after you do 'ssh-add' to add a key to the agent, you can run 'ssh-add -l' to show a list of cached keys (their fingerprints, actually). What is the equivalent operation for gpg-agent? thanks, Tom