Created
June 22, 2016 20:54
-
-
Save nicr9/886a2534de8a74b85334a9b3111e3b90 to your computer and use it in GitHub Desktop.
Enabling YubiKey's PGP applet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Plugin yubikey first! | |
# Check yubikey connection | |
ykinfo -a | |
# Change yubikey mode | |
ykpersonalize -m82 | |
# Plug yubikey out/in again now! | |
# Create GPG key | |
gpg --card-edit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment