From 63a57fe0aa3a752189a60312f96d637926b1bf87 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 13 Oct 2020 14:29:33 -0400 Subject: [PATCH] Update roles/iiab-admin/README.rst --- roles/iiab-admin/README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/iiab-admin/README.rst b/roles/iiab-admin/README.rst index 6cc26b69e..cd077a549 100644 --- a/roles/iiab-admin/README.rst +++ b/roles/iiab-admin/README.rst @@ -18,11 +18,12 @@ This role is home to a number of administrative playbooks. Those implemented ar Add Administrative User ----------------------- -* Add the iiab-admin user and password -* N.B. to create password hash use python -c 'import crypt; print crypt.crypt("", "$6$<salt>")' -* Make a sudoer +* Add the iiab-admin user and password, if this has not already been done for you by IIAB's 1-line installer +* |ss| N.B. to create password hash use python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")' |se| |nbsp| (not recommended as of October 2020) +* |ss| Make a sudoer |se| |nbsp| (likely going away in October 2020, group 'iiab-admin' will be recommended instead of group 'sudo') * |ss| Add /root/.ssh and dummy authorized_keys file as placeholder |se| |nbsp| (moved to playbook roles/sshd) -* Force password for sudoers +* |ss| Force password for sudoers |se| +* Please read more about the 'iiab-admin' Linux user and group, which allow you to log in to IIAB's Admin Console: https://github.com/iiab/iiab-admin-console/blob/master/Authentication.md Add Packages for Remote Access ------------------------------