feat(firstboot): force root + operator password on first boot (console gate) #139
1 changed files with 3 additions and 1 deletions
|
|
@ -140,7 +140,9 @@ clawdie_firstboot_rootpw_start() {
|
|||
printf ' Node secured.\n'
|
||||
_rootpw_continue_countdown 3
|
||||
else
|
||||
printf '\n\n [skipped] passwords NOT set — this node remains OPEN.\n'
|
||||
printf '\n\n [skipped] root/operator passwords NOT set — node is UNSECURED.\n'
|
||||
printf ' Treat this node as untrusted until a password is set. The colibri\n'
|
||||
printf ' agent should not register with mother or run tasks while unsecured.\n'
|
||||
printf ' You will be prompted again on the next boot.\n'
|
||||
_rootpw_continue_countdown 3
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue