Created
September 19, 2021 00:43
-
-
Save azcoigreach/0112e7dae63e4f552e9e01193c343da9 to your computer and use it in GitHub Desktop.
Keybase PGP Key Import
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
```keybase pgp export --query <RSA ID> | gpg --import | |
keybase pgp export -s | gpg --allow-secret-key-import --import``` | |
```gpg -k``` | |
```gpg --edit-key <RSA ID> | |
gpg> trust | |
Please decide how far you trust this user to correctly verify other users' keys | |
(by looking at passports, checking fingerprints from different sources, etc.) | |
1 = I don't know or won't say | |
2 = I do NOT trust | |
3 = I trust marginally | |
4 = I trust fully | |
5 = I trust ultimately | |
m = back to the main menu | |
Your decision? 5 | |
Do you really want to set this key to ultimate trust? (y/N) y | |
pgp> quit | |
gpg -k # verify settings ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment