Set an invalid password instead of deleting it

This commit is contained in:
Héctor Molinero Fernández 2020-08-09 13:57:41 +02:00
parent de9b62e764
commit a89c9d9708

View File

@ -85,7 +85,7 @@ build {
<<EOF
groupadd -r ssh-user
usermod -aG ssh-user root
passwd -d root
usermod -p '*' root
EOF
,
<<EOF