Fixed security passwd thing
This commit is contained in:
parent
dd791b4809
commit
fdf5ea73a7
1 changed files with 1 additions and 7 deletions
|
@ -167,10 +167,4 @@ The system can also enforce a stronger hash algorithm for a more secure login pr
|
||||||
password required pam_unix.so nullock sha512 shadow rounds=1000000
|
password required pam_unix.so nullock sha512 shadow rounds=1000000
|
||||||
```
|
```
|
||||||
|
|
||||||
> If an account has already been created then change your password so that it is also secure:
|
> If an account has already been created then change your password so that it is also secure with: `passwd <username>`. When creating a password make sure that it is at least 8 characters long.
|
||||||
>
|
|
||||||
> ```
|
|
||||||
> # passwd <username>
|
|
||||||
> ```
|
|
||||||
>
|
|
||||||
> When creating a password make sure that it is at least 8 characters long.
|
|
||||||
|
|
Loading…
Reference in a new issue