Improved set root password step
This commit is contained in:
parent
7efcad8f5b
commit
6b9fd66ae7
1 changed files with 5 additions and 2 deletions
|
@ -84,8 +84,11 @@ source ~/.bashrc
|
|||
|
||||
When asked for password, use output from `openssl rand -base64 24` (and store password in password manager).
|
||||
|
||||
```shell
|
||||
passwd
|
||||
```console
|
||||
$ passwd
|
||||
New password:
|
||||
Retype new password:
|
||||
passwd: password updated successfully
|
||||
```
|
||||
|
||||
### Step 5: create server-admin user
|
||||
|
|
Loading…
Add table
Reference in a new issue