AWS: how to stop cloud-init from disabling root login
The code seems to check a disable_root
boolean configuration value, so I'm guessing that you need to set this in /etc/cloud/cloud.cfg
:
disable_root: 0
The code seems to check a disable_root
boolean configuration value, so I'm guessing that you need to set this in /etc/cloud/cloud.cfg
:
disable_root: 0