sshd_config: Update sshd options
Set 'PrintMotd no' because it is now handled by pam. Related: rhbz#2007288
This commit is contained in:
parent
f031f2850b
commit
48cec0dac7
@ -1,7 +1,7 @@
|
|||||||
PermitRootLogin yes
|
PermitRootLogin yes
|
||||||
X11Forwarding yes
|
X11Forwarding yes
|
||||||
X11DisplayOffset 10
|
X11DisplayOffset 10
|
||||||
PrintMotd yes
|
PrintMotd no
|
||||||
SyslogFacility AUTHPRIV
|
SyslogFacility AUTHPRIV
|
||||||
PasswordAuthentication yes
|
PasswordAuthentication yes
|
||||||
PermitEmptyPasswords yes
|
PermitEmptyPasswords yes
|
||||||
|
Loading…
Reference in New Issue
Block a user