We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3e2a6 commit 044aa39Copy full SHA for 044aa39
plugins/os/openbsd/tasks/50-root-pw.sh
@@ -1 +1,2 @@
1
-usermod -p $(echo "root" | encrypt -b 6) root
+#usermod -p $(echo "root" | encrypt -b 6) root
2
+usermod -C yes root
0 commit comments