소스 검색

added the missing ":" and delete the redundant lines

master
朱金贺 9 년 전
부모
커밋
5f65e92ebd
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      pillar.example

+ 1
- 2
pillar.example 파일 보기

@@ -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:

Loading…
취소
저장