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