Fix HostbasedAuthentication typo

This commit is contained in:
Matt Willsher 2015-07-23 18:24:12 +01:00
parent 3810a2c326
commit 8dada7e6a6

View file

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