mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update roles/iiab-admin/README.rst
This commit is contained in:
parent
f4c301913a
commit
63a57fe0aa
1 changed files with 5 additions and 4 deletions
|
@ -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("<plaintext>", "$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
|
||||
------------------------------
|
||||
|
|
Loading…
Reference in a new issue