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
|
PermitRootLogin yes
|
||||||
IgnoreRhosts yes
|
|
||||||
StrictModes yes
|
|
||||||
X11Forwarding yes
|
X11Forwarding yes
|
||||||
X11DisplayOffset 10
|
X11DisplayOffset 10
|
||||||
PrintMotd yes
|
PrintMotd no
|
||||||
XAuthLocation /bin/xauth
|
|
||||||
KeepAlive yes
|
|
||||||
SyslogFacility AUTHPRIV
|
SyslogFacility AUTHPRIV
|
||||||
RSAAuthentication yes
|
|
||||||
PasswordAuthentication yes
|
PasswordAuthentication yes
|
||||||
PermitEmptyPasswords yes
|
PermitEmptyPasswords yes
|
||||||
PermitUserEnvironment yes
|
PermitUserEnvironment yes
|
||||||
|
Loading…
Reference in New Issue
Block a user