diff options
author | Rodney Lorrimar <dev@rodney.id.au> | 2020-01-22 09:32:46 +1000 |
---|---|---|
committer | Rodney Lorrimar <dev@rodney.id.au> | 2020-01-22 09:40:34 +1000 |
commit | b45174f185e500d360794fceb3b44b1dc828f439 (patch) | |
tree | d0b30588dd5d92f6e2cb61613fda6c80afd4c540 /README.md | |
parent | Merge pull request #157 from ilpianista/patch-1 (diff) | |
download | YubiKey-Guide-b45174f185e500d360794fceb3b44b1dc828f439.tar.gz |
Add more detail about what to do with multiple YubiKeys
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1288,6 +1288,22 @@ ssb> rsa4096/0x5912A795E90DD2CF 2017-10-09 [E] [expires: 2018-10-09] ssb> rsa4096/0x3F29127E79649A3D 2017-10-09 [A] [expires: 2018-10-09] ``` +# Multiple YubiKeys + +If you have additional (e.g. backup) security devices, restore the USB backup and repeat the [Configure Smartcard](#configure-smartcard) steps. + +```console +$ cd + +$ mv -vi $GNUPGHOME $GNUPGHOME.1 +renamed '/tmp.FLZC0xcM' -> '/tmp.FLZC0xcM.1' + +$ cp -avi /mnt/encrypted-usb/tmp.XXX $GNUPGHOME +'/mnt/encrypted-usb/tmp.FLZC0xcM' -> '/tmp.FLZC0xcM' + +$ cd $GNUPGHOME +``` + # Cleanup Ensure you have: |