7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# From:
|
||
|
|
# https://security.stackexchange.com/questions/181551/create-backup-yubikey-with-identical-pgp-keys
|
||
|
|
|
||
|
|
gpg-connect-agent "scd serialno" "learn --force" /bye
|