change yubikey script
parent
c240148cd5
commit
49ef7dbbae
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
killall gpg-agent
|
||||
rm -rf ./.gnupg/private-keys-v1.d
|
||||
gpg --card-status
|
||||
gpg-connect-agent updatestartuptty /bye
|
Loading…
Reference in New Issue