浏览代码

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

正在加载...
取消
保存