From 25ec26b1b9d05e9ba2cea090622e0500347fae81 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 15 Apr 2021 21:38:40 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 670aac5..469c08f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ to add the user to that group. Be aware that root login is always denied. ### (Optional) Ansible This script can install ansible, create a system user for ansible and add an ssh key of -you choice to the `.authorized_keys` file. This allows you to directly use ansible when +your choice to the `.authorized_keys` file. This allows you to directly use ansible when the new system is up to configure the rest of the system. The ansible user will be added to the sshusers group.