scripts/change_yubikey.sh

7 lines
127 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
2023-10-30 08:16:44 -04:00
gpg --card-status
2019-08-24 17:48:33 -04:00
gpg-connect-agent updatestartuptty /bye