diff --git a/docs/alpine-desktop-setup/post-install/security.md b/docs/alpine-desktop-setup/post-install/security.md index e76ea9c..6afd2c8 100644 --- a/docs/alpine-desktop-setup/post-install/security.md +++ b/docs/alpine-desktop-setup/post-install/security.md @@ -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 ``` -> If an account has already been created then change your password so that it is also secure: -> -> ``` -> # passwd -> ``` -> -> When creating a password make sure that it is at least 8 characters long. +> If an account has already been created then change your password so that it is also secure with: `passwd `. When creating a password make sure that it is at least 8 characters long.