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:
parent
28b3a84c98
commit
87b0ef106d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user