Merge pull request #35 from zhujinhe/master

added the missing ":" and delete the redundant lines
This commit is contained in:
Forrest 2015-05-27 23:09:16 -07:00
commit 0dd6a19fd3

View File

@ -22,7 +22,7 @@ sshd_config:
HostbasedAuthentication: 'no' HostbasedAuthentication: 'no'
PermitEmptyPasswords: 'no' PermitEmptyPasswords: 'no'
ChallengeResponseAuthentication: 'no' ChallengeResponseAuthentication: 'no'
AuthenticationMethods 'publickey,keyboard-interactive' AuthenticationMethods: 'publickey,keyboard-interactive'
X11Forwarding: 'yes' X11Forwarding: 'yes'
X11DisplayOffset: 10 X11DisplayOffset: 10
PrintMotd: 'no' PrintMotd: 'no'
@ -36,7 +36,6 @@ sshd_config:
DenyUsers: 'yoda chewbaca@112.10.21.1' DenyUsers: 'yoda chewbaca@112.10.21.1'
AllowGroups: 'wheel staff imperial' AllowGroups: 'wheel staff imperial'
DenyGroups: 'rebel' DenyGroups: 'rebel'
Deny
matches: matches:
sftp_chroot: sftp_chroot:
type: type: