Cleanup users launch-node.py might have used

Cloud images bake in an ubuntu/centos/admin user then prevent root
logins. Early on in our boot process we copy authorized keys to root
then logout and back in again as root and proceed from there. This means
it should be safe to remove these "helpful" user accounts that we don't
use. Clean them up as they can only cause problems.

Change-Id: I9dc1e580cb69004f071370c21c2a5fda09e0cf5b
This commit is contained in:
Clark Boylan 2021-11-04 16:57:54 -07:00
parent 4e84d29e38
commit 76a03f111d
1 changed files with 3 additions and 0 deletions

View File

@ -184,3 +184,6 @@ disabled_users:
- shrews
- dmsimard
- pabelanger
- ubuntu
- centos
- admin