mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-26 04:50:18 +01:00
Fixed typo in HostbasedAuthentication
This commit is contained in:
parent
a3b5c2a4f0
commit
e15dd828f2
2 changed files with 2 additions and 2 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
|
||||||
|
|
|
@ -24,7 +24,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