ISO/airootfs/etc/ssh/sshd_config.d/10-archiso.conf
nl6720 692099f157 /etc/ssh/sshd_config.d/10-archiso.conf: keep only the modified options
The only changes we make to the default are to enable root login via a
password.

While `PasswordAuthentication yes` is the default, let's set it
explicitly to avoid potential issues in the future.
2023-08-26 10:54:26 +03:00

4 lines
96 B
Plaintext

# Allow root login using password authentication
PasswordAuthentication yes
PermitRootLogin yes