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.
3 lines
96 B
Text
3 lines
96 B
Text
# Allow root login using password authentication
|
|
PasswordAuthentication yes
|
|
PermitRootLogin yes
|