Skip to content

Commit bdf79cc

Browse files
author
Brendan Daly
committed
OSCDOCS-6023:updating prereqs
1 parent 3394eef commit bdf79cc

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

modules/core-user-password.adoc

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,19 @@ You can create a password for the `core` user by using a machine config. The Mac
1919

2020
You can change the password, if needed, by editing the machine config you used to create the password. Also, you can remove the password by deleting the machine config. Deleting the machine config does not remove the user account.
2121

22-
.Prerequisites
23-
24-
* Create a hashed password by using a tool that is supported by your operating system.
25-
2622
.Procedure
27-
23+
. Using a tool that is supported by your operating system, create a hashed password. For example, create a hashed password using `mkpasswd` by running the following command:
24+
+
25+
[source,terminal]
26+
----
27+
$ mkpasswd -m SHA-512 testpass
28+
----
29+
+
30+
.Example output
31+
[source,terminal]
32+
----
33+
$ $6$CBZwA6s6AVFOtiZe$aUKDWpthhJEyR3nnhM02NM1sKCpHn9XN.NPrJNQ3HYewioaorpwL3mKGLxvW0AOb4pJxqoqP4nFX77y0p00.8.
34+
----
2835
. Create a machine config file that contains the `core` username and the hashed password:
2936
+
3037
[source,terminal]

0 commit comments

Comments
 (0)