From ba0107527bbe5dc1a655e2ca404823dc8b11c3f5 Mon Sep 17 00:00:00 2001 From: Silas <30570717+SilasSpet@users.noreply.github.com> Date: Mon, 18 Feb 2019 18:49:53 +0000 Subject: [PATCH] Fixed two typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2aa485c..e8fd6c5 100644 --- a/README.md +++ b/README.md @@ -1724,7 +1724,7 @@ Without both keys, they won't be able to get in. #### Why Not -Many folks might find the experience cumbersome or annoying. And, acesss to your system is dependent on the accompanying authenticator app that generates the code. +Many folks might find the experience cumbersome or annoying. And, access to your system is dependent on the accompanying authenticator app that generates the code. #### Goals @@ -1734,7 +1734,7 @@ Many folks might find the experience cumbersome or annoying. And, acesss to your - Before you do this, you should have an idea of how 2FA/MFA works and you'll need an authenticator app on your phone to continue. - We'll use [google-authenticator-libpam](https://github.com/google/google-authenticator-libpam). -- With the below configuration, a user will only need to enter their 2FA/MFA code if they are logging on with their password but not **not** if they are using [SSH public/private keys](#ssh-publicprivate-keys). Check the documentation on how to change this behavior to suite your requirements. +- With the below configuration, a user will only need to enter their 2FA/MFA code if they are logging on with their password but **not** if they are using [SSH public/private keys](#ssh-publicprivate-keys). Check the documentation on how to change this behavior to suite your requirements. #### References