Parcourir la source

Merge pull request #35 from zhujinhe/master

added the missing ":" and delete the redundant lines
tags/v0.41.0
Forrest il y a 9 ans
Parent
révision
0dd6a19fd3
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      pillar.example

+ 1
- 2
pillar.example Voir le fichier

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

Chargement…
Annuler
Enregistrer