sshd_config: Update sshd options

Remove options that are the default, and set 'PrintMotd no' because that
is now handled by pam.

Resolves: rhbz#2007288
This commit is contained in:
Brian C. Lane 2021-09-23 08:55:21 -07:00
parent 28b3a84c98
commit 87b0ef106d

View File

@ -1,14 +1,8 @@
Port 22
PermitRootLogin yes
IgnoreRhosts yes
StrictModes yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd yes
XAuthLocation /bin/xauth
KeepAlive yes
PrintMotd no
SyslogFacility AUTHPRIV
RSAAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords yes
PermitUserEnvironment yes