From a74d8599929de3972d35cd546074e983be5ad26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Sun, 2 Oct 2016 10:37:11 +0200 Subject: [PATCH] Add AuthorizedKeysCommand to pillar.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- pillar.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pillar.example b/pillar.example index e22873a..81c54ab 100644 --- a/pillar.example +++ b/pillar.example @@ -21,6 +21,8 @@ sshd_config: MaxSessions: 10 RSAAuthentication: 'yes' PubkeyAuthentication: 'yes' + AuthorizedKeysCommand: '/usr/bin/sss_ssh_authorizedkeys' + AuthorizedKeysCommandUser: 'nobody' IgnoreRhosts: 'yes' RhostsRSAAuthentication: 'no' HostbasedAuthentication: 'no'