Added notice in PAM
This commit is contained in:
parent
257cedb113
commit
e0c4deaeb7
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
Then change your password so that it's also secure:
|
If an account has already been made (which you shouldn't yet have at this point but still) then change your password so that it's also secure:
|
||||||
|
|
||||||
```
|
```
|
||||||
# passwd <username>
|
# passwd <username>
|
||||||
|
|
Loading…
Reference in a new issue