Merge branch 'release/0.2.3'

This commit is contained in:
Matt Willsher 2015-01-13 14:32:35 +00:00
commit 5a79303a84
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
0.2.3 13 January 2014 Matt Willsher <matt@willsher.systems>
- Fixed HostbasedAuthentication typo
0.2.2 13 January 2014 Matt Willsher <matt@willsher.systems>
- Add warnings to README
- Tidy up naming

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