From 128d4acfa2db38328ad8e5b71ba28be637431dc7 Mon Sep 17 00:00:00 2001 From: Bernd Schlapsi Date: Wed, 28 Jan 2015 23:00:47 +0100 Subject: [PATCH] Update pillar.example with two valid ssh-keys --- pillar.example | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pillar.example b/pillar.example index e3f7a27..ab7f662 100644 --- a/pillar.example +++ b/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