From d8ed53d5078efa2129ebf142e41bd8e3de17417d Mon Sep 17 00:00:00 2001 From: Zachary Yamada Date: Wed, 28 Mar 2018 13:03:45 -0700 Subject: [PATCH] Fixed typo in readme which provided the incorrect parameter for configuring the sshd PrintLastLog option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d63949..6c39538 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ PrintMotd option in sshd_config. - *Default*: 'yes' -sshd_config_print_lastlog +sshd_config_print_last_log ---------------------- PrintLastLog option in sshd_config. Verify SSH provides users with feedback on when account accesses last occurred.