diff --git a/plugins/os/openbsd/tasks/50-root-pw.sh b/plugins/os/openbsd/tasks/50-root-pw.sh index 05bd044..b70c59a 100644 --- a/plugins/os/openbsd/tasks/50-root-pw.sh +++ b/plugins/os/openbsd/tasks/50-root-pw.sh @@ -1 +1,2 @@ -usermod -p $(echo "root" | encrypt -b 6) root +#usermod -p $(echo "root" | encrypt -b 6) root +usermod -Z root