692099f157
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.
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
# Allow root login using password authentication
|
|
PasswordAuthentication yes
|
|
PermitRootLogin yes
|