fix: docs(troubleshooting) update deprecated password hash algorithm
MD5 password hashes are no longer supported on modern Debian-based systems, as PAM removed MD5 support starting with Debian 11 (2021) [1]. When MD5 is used, no error is shown, but authentication to IPA silently fails. This change updates the documentation to use the more modern SHA-512 algorithm. [1]: https://metadata.ftp-master.debian.org/changelogs/main/p/pam/unstable_changelog Change-Id: I398b771c28ed65e71b279d48cb504afb8383e525 Signed-off-by: Marek Skrobacki <skrobul@skrobul.com>
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -56,7 +56,7 @@ Generate a password hash with following command:
.. code-block:: console
$ openssl passwd -1 -stdin | sed 's/\$/\$\$/g'
$ openssl passwd -6 -stdin | sed 's/\$/\$\$/g'
Add ``rootpwd="<openssl output>"`` value or add ``sshkey="<ssh public key>"``
on the ``kernel_append_params``
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.