mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 01:30:18 +01:00
Update RHEL8 defaults to match reality
This commit is contained in:
parent
fb0932c993
commit
e04dd2a1dc
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ __sshd_defaults:
|
|||
SyslogFacility: AUTHPRIV
|
||||
AuthorizedKeysFile: .ssh/authorized_keys
|
||||
PasswordAuthentication: yes
|
||||
PermitRootLogin: yes
|
||||
ChallengeResponseAuthentication: no
|
||||
GSSAPIAuthentication: yes
|
||||
GSSAPICleanupCredentials: no
|
||||
|
|
Loading…
Reference in a new issue