mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 13:43:30 +01:00
Fix HostbasedAuthentication typo
This commit is contained in:
parent
3810a2c326
commit
8dada7e6a6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sshd_defaults:
|
|||
PubkeyAuthentication: yes
|
||||
IgnoreRhosts: yes
|
||||
RhostsRSAAuthentication: no
|
||||
HostbaseAuthentication: no
|
||||
HostbasedAuthentication: no
|
||||
PermitEmptyPasswords: no
|
||||
ChallengeResponseAuthentication: no
|
||||
X11Forwarding: yes
|
||||
|
|
Loading…
Reference in a new issue