Fixed typo in HostbasedAuthentication

This commit is contained in:
Matt Willsher 2015-01-13 14:27:59 +00:00
parent a3b5c2a4f0
commit e15dd828f2
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ sshd_defaults:
PubkeyAuthentication: yes
IgnoreRhosts: yes
RhostsRSAAuthentication: no
HostbaseAuthentication: no
HostbasedAuthentication: no
PermitEmptyPasswords: no
ChallengeResponseAuthentication: no
X11Forwarding: yes

View file

@ -24,7 +24,7 @@ sshd_defaults:
PubkeyAuthentication: yes
IgnoreRhosts: yes
RhostsRSAAuthentication: no
HostbaseAuthentication: no
HostbasedAuthentication: no
PermitEmptyPasswords: no
ChallengeResponseAuthentication: no
X11Forwarding: yes