Merge pull request #159 from rvl/multiple-yubikeys

Add more detail about what to do with multiple YubiKeys
pull/254/head
drduh 4 years ago committed by GitHub
commit 51ed654e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1318,6 +1318,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:

Loading…
Cancel
Save