소스 검색

Update pillar.example with two valid ssh-keys

master
Bernd Schlapsi 10 년 전
부모
커밋
128d4acfa2
1개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. +10
    -4
      pillar.example

+ 10
- 4
pillar.example 파일 보기

@@ -49,12 +49,18 @@ sshd_config:

openssh:
auth:
joe:
- name: JOE_VALID_SSH_PUBLIC_KEY
joe-valid-ssh-key-desktop:
- user: joe
present: True
enc: ssh-rsa
comment: main key
- name: JOE_NON_VALID_SSH_PUBLIC_KEY
comment: main key - desktop
joe-valid-ssh-key-notebook:
- user: joe
present: True
enc: ssh-rsa
comment: main key - notebook
joe-non-valid-ssh-key:
- user: joe
present: False
enc: ssh-rsa
comment: obsolete key - removed

Loading…
취소
저장