↧
Answer by Koshin for How can I clear my cached gpg password?
gpgconf --reload gpg-agentThis works for me ... hope this answers your question.
View ArticleAnswer by DrBeco for How can I clear my cached gpg password?
GPG: In a single command:gpg-connect-agent reloadagent /byeSSH: for ssh agent you probably want those two:ssh-add -D #delete identitiesssh-agent -k #kill ssh-agent
View ArticleAnswer by Matija Nalis for How can I clear my cached gpg password?
for those really using gpg-agent, you can forget passphrases with:echo RELOADAGENT | gpg-connect-agent
View ArticleAnswer by Jonas Malaco for How can I clear my cached gpg password?
Let me begin by saying I had the exact same issue...Your GPG secrets are probably being handled by the Gnome Keyring, even if gpg-agent is running. This answer provides some details on the available...
View ArticleHow can I clear my cached gpg password?
I've tried:the SIGHUP method --> no succesthe cache timeout in gpg-agent.conf --> it seems that this file is not read, althougt I have the 'use-agent' line in gpg.confWhat should I do ?
View Article