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'