sshd_config: Update sshd options

Set 'PrintMotd no' because it is now handled by pam.

Related: rhbz#2007288
This commit is contained in:
Brian C. Lane 2021-10-05 12:00:32 -07:00
parent f031f2850b
commit 48cec0dac7

View File

@ -1,7 +1,7 @@
PermitRootLogin yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd yes
PrintMotd no
SyslogFacility AUTHPRIV
PasswordAuthentication yes
PermitEmptyPasswords yes