aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2018-09-18 19:39:14 -0700
committerGitHub <noreply@github.com>2018-09-18 19:39:14 -0700
commit47f830ab83ff7ee6e4d2f15f229195ed1652a2fb (patch)
tree05870a48c9199903ea69759134c85a71d054b846
parentMassive style revision and version update (diff)
parentFix typos (diff)
downloadYubiKey-Guide-47f830ab83ff7ee6e4d2f15f229195ed1652a2fb.tar.gz
Merge pull request #69 from jwilk-forks/spelling
Fix typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c9bd082..e4280db 100644
--- a/README.md
+++ b/README.md
@@ -941,7 +941,7 @@ $ sudo srm -r $GNUPGHOME || sudo rm -rf $GNUPGHOME
$ gpg --delete-secret-key $KEYID
```
-Make sure you have securely erased keys, including recovation certificates, if a Live image was not used!
+Make sure you have securely erased keys, including revocation certificates, if a Live image was not used!
# Using keys
@@ -1411,7 +1411,7 @@ Then, open a terminal and run the following commands:
Create a shortcut that points to `gpg-connect-agent /bye` and place it in your startup folder to make sure the agent starts after a system shutdown.
-Now you can use PuTTY for public key SSH authentication. When the server asks for public key verification, PuTTY will foward the request to GPG, whcih will prompt you for your PIN and authorize the login using your YubiKey.
+Now you can use PuTTY for public key SSH authentication. When the server asks for public key verification, PuTTY will forward the request to GPG, which will prompt you for your PIN and authorize the login using your YubiKey.
# Troubleshooting