aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2018-11-01 14:11:52 -0700
committerdrduh <github@duh.to>2018-11-01 14:11:52 -0700
commitf1a97fc6d53cad672b831655dc10c9c927d2b8dd (patch)
tree707c728e424ca078ba66954ca715039e3e50a16b /README.md
parentMerge pull request #74 from loysollivier/patch-1 (diff)
downloadYubiKey-Guide-f1a97fc6d53cad672b831655dc10c9c927d2b8dd.tar.gz
Note about gpg public key
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9919537..5fcb8ac 100644
--- a/README.md
+++ b/README.md
@@ -903,7 +903,9 @@ ssb> rsa4096/0x3F29127E79649A3D 2017-10-09 [A] [expires: 2018-10-09]
# Export public key
-Mount another USB drive to copy the public key, or save it somewhere where you can easily access later.
+Mount another USB drive to copy the *public* key, or save it somewhere where you can easily access later.
+
+**Note** Without the *public* key, you will not be able to use GPG to encrypt, decrypt, nor sign messages. However, you will still be able to use the YubiKey for SSH.
```
$ gpg --armor --export $KEYID > /mnt/public-usb-key/pubkey.txt
@@ -1053,8 +1055,6 @@ sub 4096R/0xBECFA3C1AE191D15 created: 2017-10-09 expires: 2018-10-09 usage:
sub 4096R/0x5912A795E90DD2CF created: 2017-10-09 expires: 2018-10-09 usage: E
sub 4096R/0x3F29127E79649A3D created: 2017-10-09 expires: 2018-10-09 usage: A
[ unknown] (1). Dr Duh <doc@duh.to>
-Please note that the shown key validity is not necessarily correct
-unless you restart the program.
gpg> save
```
@@ -1260,6 +1260,8 @@ gpg-connect-agent updatestartuptty /bye
## Copy public key
+**Note** It is *not* necessary to import the corresponding GPG public key in order to use SSH.
+
Copy and paste the output from `ssh-add` to the server's `authorized_keys` file:
```