Update pillar.example with two valid ssh-keys
This commit is contained in:
parent
6efc981885
commit
128d4acfa2
@ -49,12 +49,18 @@ sshd_config:
|
|||||||
|
|
||||||
openssh:
|
openssh:
|
||||||
auth:
|
auth:
|
||||||
joe:
|
joe-valid-ssh-key-desktop:
|
||||||
- name: JOE_VALID_SSH_PUBLIC_KEY
|
- user: joe
|
||||||
present: True
|
present: True
|
||||||
enc: ssh-rsa
|
enc: ssh-rsa
|
||||||
comment: main key
|
comment: main key - desktop
|
||||||
- name: JOE_NON_VALID_SSH_PUBLIC_KEY
|
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
|
present: False
|
||||||
enc: ssh-rsa
|
enc: ssh-rsa
|
||||||
comment: obsolete key - removed
|
comment: obsolete key - removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user