scripts/change_yubikey.sh

7 lines
128 B
Bash
Raw Normal View History

2019-08-24 17:48:33 -04:00
#!/bin/bash
killall gpg-agent
2019-08-25 14:49:20 -04:00
rm -rf $HOME/.gnupg/private-keys-v1.d
2019-08-25 23:28:18 -04:00
gpg2 --card-status
2019-08-24 17:48:33 -04:00
gpg-connect-agent updatestartuptty /bye