Ensure to kill gpg-agent process.
This commit is contained in:
parent
9f5d3b809e
commit
acbe82765a
|
@ -18,7 +18,7 @@ killall ssh-agent
|
|||
rm -rf /tmp/ssh-*
|
||||
# GPG Agent
|
||||
keychain --agents gpg --clear
|
||||
killall gpg-agent
|
||||
kill $(pidof gpg-agent)
|
||||
# Delete everything link to ssh-agent or gpg-agent
|
||||
rm -rf ~/.keychain/*
|
||||
# Keepass2 (killall keepass, both those launch with 'mono' and those launch with 'cli)
|
||||
|
|
Loading…
Reference in New Issue