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
|
||||
X11Forwarding yes
|
||||
X11DisplayOffset 10
|
||||
PrintMotd yes
|
||||
PrintMotd no
|
||||
SyslogFacility AUTHPRIV
|
||||
PasswordAuthentication yes
|
||||
PermitEmptyPasswords yes
|
||||
|
Loading…
Reference in New Issue
Block a user