mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-26 04:50:18 +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
|
PubkeyAuthentication: yes
|
||||||
IgnoreRhosts: yes
|
IgnoreRhosts: yes
|
||||||
RhostsRSAAuthentication: no
|
RhostsRSAAuthentication: no
|
||||||
HostbaseAuthentication: no
|
HostbasedAuthentication: no
|
||||||
PermitEmptyPasswords: no
|
PermitEmptyPasswords: no
|
||||||
ChallengeResponseAuthentication: no
|
ChallengeResponseAuthentication: no
|
||||||
X11Forwarding: yes
|
X11Forwarding: yes
|
||||||
|
|
Loading…
Reference in a new issue